Skip to content

Commit

Permalink
chore: enable allow backup close #432
Browse files Browse the repository at this point in the history
  • Loading branch information
Bambooin committed Jun 20, 2021
1 parent b72017a commit 75ab3ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<application android:label="@string/ime_name"
android:icon="@drawable/icon"
android:requestLegacyExternalStorage="true"
android:allowBackup="false" >
android:allowBackup="true" >

<service android:name="Trime" android:label="@string/ime_name"
android:permission="android.permission.BIND_INPUT_METHOD">
Expand Down

0 comments on commit 75ab3ca

Please sign in to comment.