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