From ffbb686bd571185217c0e9e0fef0f164be9a07f7 Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Tue, 1 Jun 2021 23:49:41 +0530 Subject: Add dummy tracker feature to trigger blocker system service --- scripts/sign_and_push.sh | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'scripts') diff --git a/scripts/sign_and_push.sh b/scripts/sign_and_push.sh index 240f96a..7efc772 100755 --- a/scripts/sign_and_push.sh +++ b/scripts/sign_and_push.sh @@ -3,11 +3,9 @@ ## This script is used for signing the apk with the platform keys and pushing it into System partition. ## Used for testing purposes. -./gradlew assembleDebug -rm PrivacyCentral.apk -wait ${!} -apksigner sign --key lineage_keys/platform.pk8 --cert lineage_keys/target_product_security_platform.x509.pem --out PrivacyCentral.apk app/build/outputs/apk/e/debug/app-e-debug.apk -wait ${!} +## Note: It is used only to build /e/ OS variant build. + +./gradlew assembleEDebug adb root wait ${!} adb devices @@ -15,4 +13,5 @@ wait ${!} adb install -r PrivacyCentral.apk wait ${!} adb remount && adb push privapp-permissions-foundation.e.privacycentralapp.xml system/etc/permissions -wait ${!} \ No newline at end of file +wait ${!} +adb shell am start -n "foundation.e.privacycentralapp.e/foundation.e.privacycentralapp.main.MainActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -- cgit v1.2.1