From 0d036a8742f54eb9ea87e64fdce9ab878f58859b Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Mon, 3 May 2021 03:17:11 +0530 Subject: Connect multiple features --- app/src/main/res/layout/activity_main.xml | 286 +----------------- app/src/main/res/layout/fragment_dashboard.xml | 334 +++++++++++++++++++++ app/src/main/res/layout/fragment_fake_location.xml | 151 ++++++++++ .../layout/fragment_internet_activity_policy.xml | 105 +++++++ .../res/layout/fragment_permission_control.xml | 46 +++ app/src/main/res/layout/fragment_permissions.xml | 57 ++++ .../main/res/layout/fragment_quick_protection.xml | 68 +++++ app/src/main/res/layout/item_permission.xml | 73 +++++ app/src/main/res/layout/item_permission_apps.xml | 44 +++ 9 files changed, 881 insertions(+), 283 deletions(-) create mode 100644 app/src/main/res/layout/fragment_dashboard.xml create mode 100644 app/src/main/res/layout/fragment_fake_location.xml create mode 100644 app/src/main/res/layout/fragment_internet_activity_policy.xml create mode 100644 app/src/main/res/layout/fragment_permission_control.xml create mode 100644 app/src/main/res/layout/fragment_permissions.xml create mode 100644 app/src/main/res/layout/fragment_quick_protection.xml create mode 100644 app/src/main/res/layout/item_permission.xml create mode 100644 app/src/main/res/layout/item_permission_apps.xml (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml index 9bf4396..7013496 100644 --- a/app/src/main/res/layout/activity_main.xml +++ b/app/src/main/res/layout/activity_main.xml @@ -1,286 +1,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + /> \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_dashboard.xml b/app/src/main/res/layout/fragment_dashboard.xml new file mode 100644 index 0000000..ed4de49 --- /dev/null +++ b/app/src/main/res/layout/fragment_dashboard.xml @@ -0,0 +1,334 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_fake_location.xml b/app/src/main/res/layout/fragment_fake_location.xml new file mode 100644 index 0000000..1b02f86 --- /dev/null +++ b/app/src/main/res/layout/fragment_fake_location.xml @@ -0,0 +1,151 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +