Add some options back to settings screen

This commit is contained in:
2016-04-05 13:32:46 -04:00
parent 7bba6a887f
commit 779c0040bd

View File

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