From f4fe8a4d881deef7e43ffe296df804c8c2c7a657 Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Wed, 16 Jun 2021 00:33:46 +0530 Subject: Add tracker UI and integrate lineage blocker service --- app/src/main/res/values/strings.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'app/src/main/res/values/strings.xml') diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index fd24223..eb799d1 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -43,4 +43,9 @@ Privacy Dashboard Click to learn more \"Apps Permission\" + Trackers + See trackers usage over time and manage trackers available in applications + Following trackers are in use + Enable or disable this tracker for the following apps + Tracker \ No newline at end of file -- cgit v1.2.1 From e40866d03008ec6dafa0016a31ee4c9e820032df Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Wed, 16 Jun 2021 01:57:50 +0530 Subject: Fix UI bugs and reformat code --- app/src/main/res/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/src/main/res/values/strings.xml') diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index eb799d1..3105ddb 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -42,7 +42,7 @@ Quick Protection Privacy Dashboard Click to learn more - \"Apps Permission\" + Apps Permission Trackers See trackers usage over time and manage trackers available in applications Following trackers are in use -- cgit v1.2.1