Skip to content

Commit

Permalink
Delete backup property from library Manifest
Browse files Browse the repository at this point in the history
The decision of allowing automatic backups of the application data is completely out of the scope of the library. 
Its presence causes conflicts when the app developer wants to deactivate it.
  • Loading branch information
tomacco authored Mar 16, 2018
1 parent 726a15e commit aa26b35
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CustomGauge/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
package="pl.pawelkleczkowski.customgauge">

<application
android:allowBackup="true"
android:label="@string/app_name"
android:supportsRtl="true">

</application>

</manifest>

0 comments on commit aa26b35

Please sign in to comment.