|
|
|
|
|
by alexbakker
1606 days ago
|
|
> android.permission.INTERNET is frankly hilarious since that permission no longer does anything (every app has access to the internet). This is incorrect. If an app doesn't specify this permission in its manifest, it cannot access the internet. |
|
Apps could always send content over the internet by sending an intent to a browser with relevant GET parameters to whatever server is consuming the data.