mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-11 18:29:05 +01:00
12 lines
657 B
Bash
Executable File
12 lines
657 B
Bash
Executable File
#!/usr/bin/env bash
|
|
adb shell settings put global sysui_demo_allowed 1
|
|
adb shell am broadcast -a com.android.systemui.demo -e command enter
|
|
adb shell am broadcast -a com.android.systemui.demo -e command notifications -e visible false
|
|
adb shell am broadcast -a com.android.systemui.demo -e command battery -e level 100
|
|
adb shell am broadcast -a com.android.systemui.demo -e command network -e wifi show
|
|
adb shell am broadcast -a com.android.systemui.demo -e command clock -e hhmm 1337
|
|
|
|
# workaround for Android Pie hidden API Espresso bug
|
|
adb shell settings put global hidden_api_policy_pre_p_apps 1
|
|
adb shell settings put global hidden_api_policy_p_apps 1
|