Add some options back to settings screen

pull/114/head
Alinson S. Xavier 10 years ago
parent 7bba6a887f
commit 779c0040bd

@ -86,6 +86,18 @@
android:data="@string/helpURL"/>
</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">
<intent
android:action="android.intent.action.VIEW"

Loading…
Cancel
Save