Skip to content

Commit

Permalink
chore: Tentative mainkeys workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Oct 7, 2024
1 parent 4c8031b commit 5f9096a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build/scripts/android-uitest-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ then
# Bump the heap size as the tests are stressing the application
echo "vm.heapSize=256M" >> $AVD_CONFIG_FILE

# Force the orentation to landscape as most tests expect it to be this way
echo "hw.initialOrientation=landscape" >> $AVD_CONFIG_FILE

# Adjust for main keys: https://stackoverflow.com/a/16402304
echo "hw.mainKeys=yes" >> $AVD_CONFIG_FILE

$ANDROID_HOME/emulator/emulator -list-avds

echo "Starting emulator"
Expand Down

0 comments on commit 5f9096a

Please sign in to comment.