mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
Add some options back to settings screen
This commit is contained in:
@@ -86,6 +86,18 @@
|
|||||||
android:data="@string/helpURL"/>
|
android:data="@string/helpURL"/>
|
||||||
</Preference>
|
</Preference>
|
||||||
|
|
||||||
|
<Preference android:title="@string/pref_rate_this_app">
|
||||||
|
<intent
|
||||||
|
android:action="android.intent.action.VIEW"
|
||||||
|
android:data="@string/playStoreURL"/>
|
||||||
|
</Preference>
|
||||||
|
|
||||||
|
<Preference android:title="@string/pref_send_feedback">
|
||||||
|
<intent
|
||||||
|
android:action="android.intent.action.SENDTO"
|
||||||
|
android:data="@string/feedbackURL"/>
|
||||||
|
</Preference>
|
||||||
|
|
||||||
<Preference android:title="@string/about">
|
<Preference android:title="@string/about">
|
||||||
<intent
|
<intent
|
||||||
android:action="android.intent.action.VIEW"
|
android:action="android.intent.action.VIEW"
|
||||||
|
|||||||
Reference in New Issue
Block a user