From 076144023e449d83b64363dc0da0fa00a0ea2c00 Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Tue, 4 May 2021 01:26:13 +0530 Subject: Add permission feature and improve code quality --- .../main/res/layout/fragment_permission_apps.xml | 46 ++++++++++++++++++++++ .../res/layout/fragment_permission_control.xml | 46 ---------------------- app/src/main/res/values/strings.xml | 9 ++++- 3 files changed, 53 insertions(+), 48 deletions(-) create mode 100644 app/src/main/res/layout/fragment_permission_apps.xml delete mode 100644 app/src/main/res/layout/fragment_permission_control.xml (limited to 'app/src/main/res') diff --git a/app/src/main/res/layout/fragment_permission_apps.xml b/app/src/main/res/layout/fragment_permission_apps.xml new file mode 100644 index 0000000..2888af0 --- /dev/null +++ b/app/src/main/res/layout/fragment_permission_apps.xml @@ -0,0 +1,46 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_permission_control.xml b/app/src/main/res/layout/fragment_permission_control.xml deleted file mode 100644 index 2888af0..0000000 --- a/app/src/main/res/layout/fragment_permission_control.xml +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file 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 @@ Add location Choose if you want to expose your real IP address or hide when connected to the internet (uses the tor network). Use real IP address - I can be tracked by my IP address. + I can be tracked by my IP address Hide IP address - I am anonymous on the internet. + I am anonymous on the internet + I am exposing my real IP address Manage and control apps requesting various permissions. %1$d of %2$d apps allowed Apps which has access to %1$s permission + + Real location mode + Random location mode + Fake location mode \ No newline at end of file -- cgit v1.2.1