summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/sign_and_push.sh11
1 files changed, 5 insertions, 6 deletions
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