Skip to content

Commit

Permalink
OboeTester: Set extra tests screen orientation as portrait (#2049)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertwu1 authored Jun 28, 2024
1 parent 3e00b27 commit e348984
Showing 1 changed file with 16 additions and 11 deletions.
27 changes: 16 additions & 11 deletions apps/OboeTester/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,39 +88,44 @@
<activity
android:name=".ExtraTestsActivity"
android:exported="true"
android:label="@string/title_extra_tests" />
android:label="@string/title_extra_tests"
android:screenOrientation="portrait" />

<activity
android:name=".ExternalTapToToneActivity"
android:label="@string/title_external_tap"
android:exported="true" />
android:exported="true"
android:screenOrientation="portrait" />
<activity
android:name=".TestPlugLatencyActivity"
android:label="@string/title_plug_latency"
android:exported="true" />
android:exported="true"
android:screenOrientation="portrait" />
<activity
android:name=".TestErrorCallbackActivity"
android:label="@string/title_error_callback"
android:exported="true" />
android:exported="true"
android:screenOrientation="portrait" />
<activity
android:name=".TestRouteDuringCallbackActivity"
android:label="@string/title_route_during_callback"
android:exported="true" />

android:exported="true"
android:screenOrientation="portrait" />
<activity
android:name=".DynamicWorkloadActivity"
android:label="@string/title_dynamic_load"
android:exported="true" />

android:exported="true"
android:screenOrientation="portrait" />
<activity
android:name=".TestColdStartLatencyActivity"
android:label="@string/title_cold_start_latency"
android:exported="true" />

android:exported="true"
android:screenOrientation="portrait" />
<activity
android:name=".TestRapidCycleActivity"
android:label="@string/title_rapid_cycle"
android:exported="true" />
android:exported="true"
android:screenOrientation="portrait" />

<service
android:name=".MidiTapTester"
Expand Down

0 comments on commit e348984

Please sign in to comment.