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

Commit 3a33b00e authored by songkailun's avatar songkailun Committed by android-build-merger
Browse files

Merge "Fix wrong format in AndroidManifest.xml" am: de795d12 am: 39ddac51 am: 109d0baf

am: 806af289

Change-Id: I5ff0ee96f36cc1ab72333879fa92a798bf63a2be
parents d43f656e 806af289
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2406,11 +2406,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" />