Add link to FAQ

Closes #24
This commit is contained in:
2016-03-19 13:30:04 -04:00
parent 7945a5faf9
commit e4e8d77acc
6 changed files with 52 additions and 4 deletions

View File

@@ -44,6 +44,12 @@
android:key="pref_key_links"
android:title="@string/links">
<Preference android:title="@string/help">
<intent
android:action="android.intent.action.VIEW"
android:data="@string/helpURL"/>
</Preference>
<Preference android:title="@string/about">
<intent
android:action="android.intent.action.VIEW"