|
|
@ -40,11 +40,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
</PreferenceCategory>
|
|
|
|
</PreferenceCategory>
|
|
|
|
|
|
|
|
|
|
|
|
<Preference android:title="@string/about">
|
|
|
|
<PreferenceCategory
|
|
|
|
<intent
|
|
|
|
android:key="pref_key_links"
|
|
|
|
android:action="android.intent.action.VIEW"
|
|
|
|
android:title="@string/links">
|
|
|
|
android:targetClass="org.isoron.uhabits.AboutActivity"
|
|
|
|
|
|
|
|
android:targetPackage="org.isoron.uhabits"/>
|
|
|
|
<Preference android:title="@string/about">
|
|
|
|
</Preference>
|
|
|
|
<intent
|
|
|
|
|
|
|
|
android:action="android.intent.action.VIEW"
|
|
|
|
|
|
|
|
android:targetClass="org.isoron.uhabits.AboutActivity"
|
|
|
|
|
|
|
|
android:targetPackage="org.isoron.uhabits"/>
|
|
|
|
|
|
|
|
</Preference>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</PreferenceCategory>
|
|
|
|
|
|
|
|
|
|
|
|
</PreferenceScreen>
|
|
|
|
</PreferenceScreen>
|