X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyCell.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fassets%2Fen%2Fpermissions.html;h=162b5e3192acddacca60270c2e130985a3cfd507;hp=3bd484a743270bcee06d6c46b0fc7d3a06cf8859;hb=HEAD;hpb=70fa89f618b62a9d17064699ec130341069aa77d diff --git a/app/src/main/assets/en/permissions.html b/app/src/main/assets/en/permissions.html index 3bd484a..162b5e3 100644 --- a/app/src/main/assets/en/permissions.html +++ b/app/src/main/assets/en/permissions.html @@ -1,5 +1,5 @@ + along with Privacy Cell. If not, see . --> @@ -27,10 +27,29 @@ -

Privacy Cell uses the following permission.

+

Privacy Cell uses the following permissions.

-

Phone

-

android.permission. READ_PHONE_STATE

+

Read phone status and identity

+

android.permission.READ_PHONE_STATE

Required to determine which protocols are being used by the cell phone network.

+ +

Show Notifications

+

android.permission.POST_NOTIFICATIONS

+

Allows Privacy Cell to display a realtime monitoring notification icon in the status bar.

+ +

Run foreground service

+

android.permission.FOREGROUND_SERVICE

+

Allows Privacy Cell to update the realtime monitoring notification icon when the app is not in the foreground.

+ +

android.permission.FOREGROUND_SERVICE_SPECIAL_USE

+

Specifies the type of foreground service. + Special Use is for services that don't fit into any of the standard categories.

+ +

Run at startup

+

android.permission.RECEIVE_BOOT_COMPLETED

+

Allows Privacy Cell to enable the realtime monitoring service when the phone boots.

+ +

com.stoutner.privacycell.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION

+

Automatically added to all apps targeting API >= 33 (Android 13) to prevent other apps from connecting to dynamic receivers without explicit permission.

- \ No newline at end of file +