File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -100,10 +100,15 @@ jobs:
100100 adb logcat -c || echo "NOERR"
101101 adb logcat > /home/runner/work/ToxAndroidRefImpl/ToxAndroidRefImpl/android-refimpl-app/logcat.txt &
102102 echo 'sleep 100' > /home/runner/a.sh
103+ echo 'adb shell settings put secure immersive_mode_confirmations confirmed' >> /home/runner/a.sh
103104 echo 'sleep 40' >> /home/runner/a.sh
105+ echo 'adb shell settings put secure immersive_mode_confirmations confirmed' >> /home/runner/a.sh
104106 echo 'sleep 10' >> /home/runner/a.sh
107+ echo 'adb shell settings put secure immersive_mode_confirmations confirmed' >> /home/runner/a.sh
105108 echo 'sleep 10' >> /home/runner/a.sh
109+ echo 'adb shell settings put secure immersive_mode_confirmations confirmed' >> /home/runner/a.sh
106110 echo 'sleep 30' >> /home/runner/a.sh
111+ echo 'adb shell settings put secure immersive_mode_confirmations confirmed' >> /home/runner/a.sh
107112 cat /home/runner/a.sh
108113 ls -al /home/runner/a.sh
109114 chmod u+rx /home/runner/a.sh
You can’t perform that action at this time.
0 commit comments