Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 39ddac51 authored by songkailun's avatar songkailun Committed by android-build-merger
Browse files

Merge "Fix wrong format in AndroidManifest.xml"

am: de795d12

Change-Id: I443534ac7e122e337102d41c4138a0e94be72f7f
parents a40f7c0f de795d12
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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" />