Fixed about screen

This commit is contained in:
Ziver Koc 2014-07-29 10:27:48 +02:00
parent ba153f5708
commit 433f60dac7
6 changed files with 20 additions and 8 deletions

View file

@ -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>