Add copy functionality

Current functionality is short-press to copy, long-press to paste.
This commit is contained in:
Trevor Terris 2021-11-21 22:04:09 -05:00
parent de924ce3a5
commit 31b4a28471
5 changed files with 31 additions and 12 deletions

View file

@ -74,6 +74,7 @@
<CheckBoxPreference
android:key="pref_show_paste_key"
android:title="@string/show_paste_key"
android:summary="@string/show_paste_key_summary"
android:defaultValue="false"
android:persistent="true" />
</PreferenceScreen>