summaryrefslogtreecommitdiff
path: root/boottime_tools/bootanalyze/stressfs/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'boottime_tools/bootanalyze/stressfs/AndroidManifest.xml')
-rw-r--r--boottime_tools/bootanalyze/stressfs/AndroidManifest.xml17
1 files changed, 8 insertions, 9 deletions
diff --git a/boottime_tools/bootanalyze/stressfs/AndroidManifest.xml b/boottime_tools/bootanalyze/stressfs/AndroidManifest.xml
index 1ea76da3..8713c511 100644
--- a/boottime_tools/bootanalyze/stressfs/AndroidManifest.xml
+++ b/boottime_tools/bootanalyze/stressfs/AndroidManifest.xml
@@ -15,22 +15,21 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="com.android.car.test.stressfs">
+ package="com.android.car.test.stressfs">
- <original-package android:name="com.android.car.test.stressfs"/>
+ <original-package android:name="com.android.car.test.stressfs" />
<uses-sdk android:minSdkVersion="25"
- android:targetSdkVersion="25"/>
- <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
+ android:targetSdkVersion="25" />
+ <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<application android:label="Stress Filesystem"
- android:directBootAware="true"
- android:allowBackup="false">
+ android:directBootAware="true"
+ android:allowBackup="false">
- <activity android:name=".WritingActivity"
- android:exported="true">
+ <activity android:name=".WritingActivity">
<intent-filter>
- <action android:name="com.android.car.test.stressfs.START"/>
+ <action android:name="com.android.car.test.stressfs.START" />
</intent-filter>
</activity>
<service android:name=".WritingService">