* dictionary exporting
* removed unnecessary passing of DictionaryLoader and DictionaryLoadingBar between the preference fragments
This commit is contained in:
parent
f4c425516e
commit
29b2ac2cb6
30 changed files with 953 additions and 203 deletions
|
|
@ -1,10 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest
|
||||
android:versionCode="383"
|
||||
android:versionName="28.0"
|
||||
android:versionCode="395"
|
||||
android:versionName="28.12"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>
|
||||
<!-- required for words exporting on Android < 10 -->
|
||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
|
||||
|
||||
<application
|
||||
android:allowBackup="false"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue