|
|
|
|
|
by bscphil
1471 days ago
|
|
> E.g. I like to know that [apk X] has no internet As far as I know (please correct if this is wrong), there's no such thing as an app with no Internet permissions. All apps can access the Internet without permission, and only additional uses of the Internet (e.g. seeing your WiFi AP name) require special permission. AFAIK the "Internet" permission many apps requested was actually for this more advanced usage - just to hit a REST endpoint or something required no permission at all. |
|
https://developer.android.com/reference/android/Manifest.per...
It's so commonly requested though, that virtually every app does have it.