Skip to content

Commit 3bcfe5a

Browse files
committed
try to remove silly info screen
1 parent 3c4c11b commit 3bcfe5a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/bobtests_linux.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)