diff options
author | Amit Kumar <amitkma@e.email> | 2021-05-04 01:26:13 +0530 |
---|---|---|
committer | Amit Kumar <amitkma@e.email> | 2021-05-04 01:26:13 +0530 |
commit | 076144023e449d83b64363dc0da0fa00a0ea2c00 (patch) | |
tree | 05fee3ff7ac178d4277ff8da7b4a2e78962b33eb /app/src/main/res | |
parent | 6f9180d527cecf5c65d0aac5f75ecfefe1ff5a9e (diff) |
Add permission feature and improve code quality
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/layout/fragment_permission_apps.xml (renamed from app/src/main/res/layout/fragment_permission_control.xml) | 0 | ||||
-rw-r--r-- | app/src/main/res/values/strings.xml | 9 |
2 files changed, 7 insertions, 2 deletions
diff --git a/app/src/main/res/layout/fragment_permission_control.xml b/app/src/main/res/layout/fragment_permission_apps.xml index 2888af0..2888af0 100644 --- a/app/src/main/res/layout/fragment_permission_control.xml +++ b/app/src/main/res/layout/fragment_permission_apps.xml diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 989e233..ff0cf0a 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -23,11 +23,16 @@ <string name="add_location">Add location</string> <string name="internet_activity_privacy_info">Choose if you want to expose your real IP address or hide when connected to the internet (uses the tor network).</string> <string name="use_real_ip">Use real IP address</string> - <string name="i_can_be_tracked">I can be tracked by my IP address.</string> + <string name="i_can_be_tracked">I can be tracked by my IP address</string> <string name="hidden_ip">Hide IP address</string> - <string name="i_am_anonymous">I am anonymous on the internet.</string> + <string name="i_am_anonymous">I am anonymous on the internet</string> + <string name="i_am_exposing">I am exposing my real IP address</string> <string name="permission_control_info">Manage and control apps requesting various permissions.</string> <string name="apps_allowed">%1$d of %2$d apps allowed</string> <string name="apps_access_to_permission">Apps which has access to %1$s permission</string> + + <string name="real_location_mode">Real location mode</string> + <string name="random_location_mode">Random location mode</string> + <string name="fake_location_mode">Fake location mode</string> </resources>
\ No newline at end of file |