summaryrefslogtreecommitdiff
path: root/tests/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/AndroidManifest.xml')
-rw-r--r--tests/AndroidManifest.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/tests/AndroidManifest.xml b/tests/AndroidManifest.xml
index 1535ce4..e505769 100644
--- a/tests/AndroidManifest.xml
+++ b/tests/AndroidManifest.xml
@@ -15,24 +15,24 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="com.android.providers.blockednumber.tests"
- android:sharedUserId="android.uid.shared">
+ package="com.android.providers.blockednumber.tests"
+ android:sharedUserId="android.uid.shared">
<application android:name="com.android.providers.blockednumber.TestApplication">
- <uses-library android:name="android.test.runner" />
+ <uses-library android:name="android.test.runner"/>
<activity android:label="BlockedNumberProviderTest"
- android:name="BlockedNumberProviderTest">
+ android:name="BlockedNumberProviderTest"
+ android:exported="true">
<intent-filter>
- <action android:name="android.intent.action.MAIN" />
+ <action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity>
</application>
- <instrumentation
- android:name="androidx.test.runner.AndroidJUnitRunner"
- android:targetPackage="com.android.providers.blockednumber"
- android:label="Blocked Numbers Tests">
+ <instrumentation android:name="androidx.test.runner.AndroidJUnitRunner"
+ android:targetPackage="com.android.providers.blockednumber"
+ android:label="Blocked Numbers Tests">
</instrumentation>
</manifest>