summaryrefslogtreecommitdiffstats
path: root/tests/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-10-12 21:19:19 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-10-12 21:19:19 +0000
commitfe5e27027dae8f5c006ce731156f96f6e4ee2aa5 (patch)
treec2f876e790df9f3bf1faa6a1355bd5a516649c11 /tests/AndroidManifest.xml
parent021d95e7baff9487156f68cff11a56b6281cd6f9 (diff)
parent89d23e9569f95ca6c50451e51c81df4524b99ca9 (diff)
downloadplatform_packages_services_Mtp-simpleperf-release.tar.gz
platform_packages_services_Mtp-simpleperf-release.tar.bz2
platform_packages_services_Mtp-simpleperf-release.zip
Snap for 7817384 from 89d23e9569f95ca6c50451e51c81df4524b99ca9 to simpleperf-releasesimpleperf-release
Change-Id: I1c8637fe198b985355ed9052194e187ed07d51f3
Diffstat (limited to 'tests/AndroidManifest.xml')
-rw-r--r--tests/AndroidManifest.xml20
1 files changed, 11 insertions, 9 deletions
diff --git a/tests/AndroidManifest.xml b/tests/AndroidManifest.xml
index e1307e9..a064e50 100644
--- a/tests/AndroidManifest.xml
+++ b/tests/AndroidManifest.xml
@@ -1,21 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
+
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="com.android.mtp.tests"
- android:sharedUserId="android.media">
+ package="com.android.mtp.tests"
+ android:sharedUserId="android.media">
<application>
- <uses-library android:name="android.test.runner" />
+ <uses-library android:name="android.test.runner"/>
<activity android:name="com.android.mtp.TestResultActivity"
- android:screenOrientation="locked"
- android:launchMode="singleInstance">
+ android:screenOrientation="locked"
+ android:launchMode="singleInstance"
+ android:exported="true">
<intent-filter>
- <action android:name="android.intent.action.MAIN" />
- <category android:name="android.intent.category.LAUNCHER" />
+ <action android:name="android.intent.action.MAIN"/>
+ <category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity>
</application>
<instrumentation android:name="com.android.mtp.TestResultInstrumentation"
- android:targetPackage="com.android.mtp"
- android:label="Tests for MtpDocumentsProvider with the UI for output." />
+ android:targetPackage="com.android.mtp"
+ android:label="Tests for MtpDocumentsProvider with the UI for output."/>
</manifest>