feat: allow copy app version and source code url #216
1 changed files with 2 additions and 0 deletions
|
@ -96,12 +96,14 @@
|
|||
<Preference
|
||||
app:iconSpaceReserved="false"
|
||||
app:title="@string/pref_info_app_version"
|
||||
app:enableCopying="true"
|
||||
app:key="pref_info_app_version" />
|
||||
|
||||
<Preference
|
||||
app:iconSpaceReserved="false"
|
||||
app:title="@string/pref_info_source_code"
|
||||
app:summary="@string/pref_info_source_code_url"
|
||||
app:enableCopying="true"
|
||||
app:key="pref_info_source_code">
|
||||
<intent
|
||||
android:action="android.intent.action.VIEW"
|
||||
|
|
Loading…
Add table
Reference in a new issue