Skip to content
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.

Commit

Permalink
remove allowBackup flag from androidmanifest.xml file, fixes #154
Browse files Browse the repository at this point in the history
  • Loading branch information
tanersener committed Jun 18, 2019
1 parent 3a1e750 commit 205a301
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
package="com.arthenica.mobileffmpeg">

<application
android:allowBackup="true"
android:supportsRtl="true"
android:theme="@style/AppTheme"/>
</manifest>

0 comments on commit 205a301

Please sign in to comment.