remove redundant "About" header in Settings view
This commit is contained in:
parent
4d785bd6bd
commit
d946678568
@ -1,13 +1,11 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
<PreferenceCategory android:title="@string/menu_about">
|
|
||||||
<PreferenceScreen android:title="@string/about_title">
|
<PreferenceScreen android:title="@string/about_title">
|
||||||
<intent
|
<intent
|
||||||
android:action="android.intent.action.MAIN"
|
android:action="android.intent.action.MAIN"
|
||||||
android:targetPackage="org.fdroid.fdroid"
|
android:targetPackage="org.fdroid.fdroid"
|
||||||
android:targetClass="org.fdroid.fdroid.AboutActivity" />
|
android:targetClass="org.fdroid.fdroid.AboutActivity" />
|
||||||
</PreferenceScreen>
|
</PreferenceScreen>
|
||||||
</PreferenceCategory>
|
|
||||||
<PreferenceCategory android:title="@string/preference_category__my_apps">
|
<PreferenceCategory android:title="@string/preference_category__my_apps">
|
||||||
<PreferenceScreen android:title="@string/preference_manage_installed_apps">
|
<PreferenceScreen android:title="@string/preference_manage_installed_apps">
|
||||||
<intent
|
<intent
|
||||||
|
Loading…
x
Reference in New Issue
Block a user