mirror of
https://github.com/M66B/NetGuard.git
synced 2024-12-22 15:58:25 +00:00
Updated FAQ
This commit is contained in:
parent
900d409846
commit
3e51c95f0c
1 changed files with 2 additions and 2 deletions
4
FAQ.md
4
FAQ.md
|
@ -376,11 +376,11 @@ The following data will be shared when changing application settings:
|
||||||
* The [device name](https://developer.android.com/reference/android/os/Build.html#DEVICE) *
|
* The [device name](https://developer.android.com/reference/android/os/Build.html#DEVICE) *
|
||||||
* The [Android version](https://developer.android.com/reference/android/os/Build.VERSION_CODES.html) *
|
* The [Android version](https://developer.android.com/reference/android/os/Build.VERSION_CODES.html) *
|
||||||
* The [country](https://developer.android.com/reference/java/util/Locale.html#getCountry()) configured when initializing Android *
|
* The [country](https://developer.android.com/reference/java/util/Locale.html#getCountry()) configured when initializing Android *
|
||||||
* The application name, version and [installer](https://developer.android.com/reference/android/content/pm/PackageManager.html#getInstallerPackageName(java.lang.String)) and whether the application is a user installed or a system bundled application
|
* The application name, version and [installer](https://developer.android.com/reference/android/content/pm/PackageManager.html#getInstallerPackageName(java.lang.String)) and whether an application is a user installed or a system bundled application
|
||||||
* Whether Wi-Fi and mobile connections will be blocked or allowed and which conditions apply (when screen on, roaming, notify on access, addresses, etc)
|
* Whether Wi-Fi and mobile connections will be blocked or allowed and which conditions apply (when screen on, roaming, notify on access, addresses, etc)
|
||||||
|
|
||||||
This data cannot be used to identify you, so your privacy is guaranteed.
|
This data cannot be used to identify you, so your privacy is guaranteed.
|
||||||
Data marked with an asterix (*) is being shared by Google in the Google Play developer console as well.
|
Data marked with an asterix (*) is being shared by Google in the [Google Play developer console](https://developer.android.com/distribute/googleplay/developer-console.html) as well.
|
||||||
|
|
||||||
Usage data will be queued for sending over an unmetered connection (mostly Wi-Fi) when settings are being changed.
|
Usage data will be queued for sending over an unmetered connection (mostly Wi-Fi) when settings are being changed.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue