Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4b0c39ac authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

Browser: add script to test apk

parent 20e260ad
Loading
Loading
Loading
Loading
Loading

push.sh

0 → 100755
+13 −0
Original line number Diff line number Diff line
#!/bin/bash

adb shell pm uninstall foundation.e.browser
adb shell pm uninstall com.android.webview
adb shell pm uninstall org.chromium.trichromelibrary

adb shell pm clear foundation.e.browser
adb shell pm clear com.android.webview
adb shell pm clear org.chromium.trichromelibrary

adb install -r apks/arm64/TrichromeLibrary.apk
adb install -r apks/arm64/TrichromeWebView.apk
adb install -r apks/arm64/TrichromeChrome.apk