You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
15 lines
489 B
XML
15 lines
489 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<Preference
|
|
android:key="theme"
|
|
android:defaultValue="Default"
|
|
/>
|
|
<Preference
|
|
android:key="auto_blacklist"
|
|
android:defaultValue="com.google.android.apps.walletnfcrel"
|
|
/>
|
|
<Preference
|
|
android:key="auto_whitelist"
|
|
android:defaultValue="com.keramidas.TitaniumBackupPro"
|
|
/>
|
|
</PreferenceScreen> |