Skip to content

Commit

Permalink
fix: A14 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ViscousPot committed Aug 25, 2024
1 parent fdfe417 commit 43b2887
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</queries>

<application
android:allowBackup="true"
android:allowBackup="false"
android:dataExtractionRules="@xml/data_extraction_rules"
android:fullBackupContent="@xml/backup_rules"
android:icon="@mipmap/ic_launcher"
Expand All @@ -33,6 +33,7 @@
android:supportsRtl="true"
android:theme="@style/Theme.GitSync"
tools:targetApi="31"
android:enableOnBackInvokedCallback="true"
android:requestLegacyExternalStorage="true" >
<activity
android:name=".MainActivity"
Expand Down

0 comments on commit 43b2887

Please sign in to comment.