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

Commit 806af289 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

Change-Id: I8aa124be1d911d0fd72df1596436514231cc6fd6
parents 532f1502 109d0baf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2378,11 +2378,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" />