X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Ffree%2Fassets%2Fen%2Fabout_permissions_light.html;h=6cafabac6408aec5c65e2964ff586be72679a09c;hp=f080c069107aa5a8ed7451184793eb5f67aff00b;hb=6ccecb3374c1988aef2650a87dac20923ce3aa2f;hpb=29e6b7b467e6987d6aa42429b03e3b5498acbae3 diff --git a/app/src/free/assets/en/about_permissions_light.html b/app/src/free/assets/en/about_permissions_light.html index f080c069..6cafabac 100644 --- a/app/src/free/assets/en/about_permissions_light.html +++ b/app/src/free/assets/en/about_permissions_light.html @@ -44,6 +44,12 @@

In addition, Privacy Browser Free displays ads from Google’s AdMob network using the Firebase backend. For the free flavor, Firebase adds the following permissions even though they are not listed in the manifest file.

+

Read phone status and identity

+

android.permission.READ_PHONE_STATE

+

Allows the ads to access to phone state, including the phone number of the device, current cellular network information, the status of any ongoing calls, + and a list of any PhoneAccounts registered on the device. This is a dangerous permission and requires the user to explicitly allow it on Android Marshmallow (API 23) or newer. + In my testing I have not seen ads attempt to request or use this permission.

+

View network connections

android.permission.ACCESS_NETWORK_STATE

Allows the ads to tell when you are connected to the internet and when you aren’t (presumably so they don’t try to reload an ad when you are disconnected).