We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d72f054 commit 948d89bCopy full SHA for 948d89b
.github/workflows/android.yml
@@ -37,7 +37,7 @@ jobs:
37
script: |
38
adb install -r -t app/build/outputs/apk/debug/app-debug.apk
39
adb shell am start -n com.readrops.app.debug/com.readrops.app.MainActivity
40
- adb shell settings pu t global zen_mode 0
+ adb shell settings put global zen_mode 0
41
adb shell pm grant com.readrops.app.debug android.permission.POST_NOTIFICATIONS
42
adb shell pm grant com.readrops.app android.permission.POST_NOTIFICATIONS
43
./gradlew connectedCheck jacocoFullReport
0 commit comments