diff --git a/tests/anomaly-tester/AndroidManifest.xml b/tests/anomaly-tester/AndroidManifest.xml
index b5f50c4573c..c057a66ec45 100644
--- a/tests/anomaly-tester/AndroidManifest.xml
+++ b/tests/anomaly-tester/AndroidManifest.xml
@@ -14,8 +14,13 @@
limitations under the License.
-->
+ package="com.android.settings.anomaly.tester">
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/tests/anomaly-tester/res/layout/bluetooth_anomaly.xml b/tests/anomaly-tester/res/layout/bluetooth_anomaly.xml
index 7de558e29b1..87e61b0d786 100644
--- a/tests/anomaly-tester/res/layout/bluetooth_anomaly.xml
+++ b/tests/anomaly-tester/res/layout/bluetooth_anomaly.xml
@@ -35,16 +35,21 @@
android:layout_width="0dp"
android:layout_weight="3"
android:layout_height="wrap_content"
- android:hint="Threshold(ms)"/>
+ android:hint="Threshold(ms)"
+ android:text="3000"
+ android:inputType="number"/>
+ android:hint="Run time(ms)"
+ android:text="6000"
+ android:inputType="number"/>