diff --git a/apps/OboeTester/app/build.gradle b/apps/OboeTester/app/build.gradle index 10f20bdf3..22020961f 100644 --- a/apps/OboeTester/app/build.gradle +++ b/apps/OboeTester/app/build.gradle @@ -25,6 +25,15 @@ android { jniDebuggable true } } + flavorDimensions = ["device"] + productFlavors { + mobile { + dimension "device" + } + watch { + dimension "device" + } + } externalNativeBuild { cmake { path "CMakeLists.txt" diff --git a/apps/OboeTester/app/src/main/AndroidManifest.xml b/apps/OboeTester/app/src/main/AndroidManifest.xml index ba91a8a3d..bcf73af0c 100644 --- a/apps/OboeTester/app/src/main/AndroidManifest.xml +++ b/apps/OboeTester/app/src/main/AndroidManifest.xml @@ -20,6 +20,9 @@ + @@ -41,7 +44,6 @@ @@ -52,104 +54,82 @@ + android:label="@string/title_activity_test_output" /> + android:label="@string/title_activity_test_input" /> + android:label="@string/title_activity_output_latency" /> + android:label="@string/title_activity_recorder" /> + android:label="@string/title_activity_echo" /> + android:label="@string/title_activity_rt_latency" /> + android:label="@string/title_activity_glitches" /> + android:label="@string/title_activity_auto_glitches" /> + android:label="@string/title_test_disconnect" /> + android:label="@string/title_report_devices" /> + android:label="@string/title_data_paths" /> + android:label="@string/title_extra_tests" /> + android:exported="true" /> + android:exported="true" /> + android:exported="true" /> + android:exported="true" /> + android:exported="true" /> + android:exported="true" /> + android:exported="true" /> + android:exported="true" /> + android:exported="true" /> + android:exported="true" /> + + - + android:columnCount="@integer/action_buttons_columns">