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

Commit 6c5d4a92 authored by Romain Hunault's avatar Romain Hunault
Browse files

Add Openchain

parent 8774febd
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -3325,6 +3325,23 @@
            <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
                android:value="com.android.settings.MicroGSettings" />
        </activity>

        <activity android:name="Settings$OpenKeychainActivity"
            android:label="@string/open_keychain"
            android:icon="@drawable/ic_open_keychain">
            <intent-filter android:priority="1">
                <action android:name="android.settings.OPENKEYCHAIN_SETTINGS" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
            <intent-filter>
                <action android:name="com.android.settings.action.SETTINGS" />
            </intent-filter>
            <meta-data android:name="com.android.settings.category"
                android:value="com.android.settings.category.ia.homepage" />
            <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
                android:value="com.android.settings.OpenKeychainSettings" />
        </activity>

        <!-- This is the longest AndroidManifest.xml ever. -->
    </application>
</manifest>
+6.72 KiB
Loading image diff...
+4.53 KiB
Loading image diff...
+8.71 KiB
Loading image diff...
+13.2 KiB
Loading image diff...
Loading