From a8874167f663885f2d3371801cf03681576ac817 Mon Sep 17 00:00:00 2001 From: Guillaume Jacquart Date: Tue, 2 May 2023 21:25:17 +0200 Subject: 1200: rename everything to AdvancedPrivacy --- scripts/sign_and_push.sh | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100755 scripts/sign_and_push.sh (limited to 'scripts') diff --git a/scripts/sign_and_push.sh b/scripts/sign_and_push.sh deleted file mode 100755 index 035a47b..0000000 --- a/scripts/sign_and_push.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/bash - -## This script is used for signing the apk with the platform keys and pushing it into System partition. -## Used for testing purposes. - -## Note: It is used only to build /e/ OS variant build. - -./gradlew assembleEDebug -adb root -wait ${!} -adb devices -wait ${!} -adb install -r app/build/outputs/apk/e/debug/PrivacyCentral-e-debug-1.0.0-alpha.apk -wait ${!} -adb remount && adb push privapp-permissions-foundation.e.privacycentralapp.xml system/etc/permissions -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