Fixed about screen
This commit is contained in:
parent
ba153f5708
commit
433f60dac7
6 changed files with 20 additions and 8 deletions
|
|
@ -20,12 +20,11 @@
|
|||
android:title="@string/pref_other_title"
|
||||
android:key="pref_key_storage_settings">
|
||||
|
||||
<PreferenceScreen
|
||||
<Preference
|
||||
android:key="about"
|
||||
android:title="@string/pref_about"
|
||||
android:defaultValue="false">
|
||||
<intent android:targetClass="com.ericsson.uecontrol.gui.AboutActivity" />
|
||||
</PreferenceScreen>
|
||||
</Preference>
|
||||
|
||||
</PreferenceCategory>
|
||||
</PreferenceScreen>
|
||||
Loading…
Add table
Add a link
Reference in a new issue