|
|
|
|
|
by david_allison
1214 days ago
|
|
In Android, it's not possible to request a permission unless it's defined in the manifest, and a large number of permissions are granted without a permissions dialog. This leads to a situation where app developers must unconditionally obtain permissions, even if they're only used on a certain code path. |
|