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 168fa24 commit b7daef0Copy full SHA for b7daef0
1 file changed
.github/workflows/screenshots.yml
@@ -47,7 +47,7 @@ jobs:
47
uses: reactivecircus/android-emulator-runner@v2
48
with:
49
api-level: ${{ matrix.api-level }}
50
- target: google_atd
+ target: google_apis
51
arch: x86_64
52
profile: ${{ matrix.device }}
53
force-avd-creation: false
@@ -78,7 +78,7 @@ jobs:
78
79
80
81
82
83
84
@@ -88,6 +88,8 @@ jobs:
88
disable-animations: true
89
script: |
90
adb shell pm clear net.vonforst.evmap.debug || true
91
+ adb shell input keyevent 82
92
+ adb shell am broadcast -a android.intent.action.CLOSE_SYSTEM_DIALOGS
93
adb logcat -c
94
95
adb logcat *:E &
0 commit comments