Skip to content

Commit

Permalink
AndroidManifest: disable backup&restore
Browse files Browse the repository at this point in the history
Currently broken

Signed-off-by: Álvaro Brey <[email protected]>
  • Loading branch information
AlvaroBrey committed Sep 16, 2022
1 parent 5c53814 commit f8d5321
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@

<application
android:name=".MainApp"
android:allowBackup="false"
android:fullBackupContent="@xml/backup_config"
android:dataExtractionRules="@xml/backup_rules"
android:icon="@mipmap/ic_launcher"
Expand All @@ -87,6 +88,7 @@
android:supportsRtl="true"
android:theme="@style/Theme.ownCloud.Toolbar"
android:usesCleartextTraffic="true"
tools:replace="android:allowBackup"
tools:ignore="UnusedAttribute">

<uses-library
Expand Down

1 comment on commit f8d5321

@brianjmurrell
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What was broken about this?

It's nearly 2 years later. Is it time to revisit this?

See #11090.

Please sign in to comment.