Merge "Fix wrong format in AndroidManifest.xml"

am: de795d12d1

Change-Id: I443534ac7e122e337102d41c4138a0e94be72f7f
This commit is contained in:
songkailun
2017-09-29 09:37:17 +00:00
committed by android-build-merger

View File

@@ -2362,11 +2362,11 @@
android:label="@string/crypt_keeper_encrypt_title">
<intent-filter android:priority="1">
<action android:name="android.app.action.START_ENCRYPTION" />
<category android:name="android.intent.category.DEFAULT" /> />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.DEFAULT" /> />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
<meta-data android:name="com.android.settings.FRAGMENT_CLASS"
android:value="com.android.settings.CryptKeeperSettings" />