#278 fix restore from backup problem by disabling backup
This commit is contained in:
parent
e6712197af
commit
02cf2521fa
@ -4,5 +4,5 @@
|
||||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
||||
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
|
||||
|
||||
<application android:allowBackup="true" />
|
||||
<application android:allowBackup="false" />
|
||||
</manifest>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.cryptomator.domain">
|
||||
|
||||
<application android:allowBackup="true" />
|
||||
<application android:allowBackup="false" />
|
||||
</manifest>
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
<application
|
||||
android:name=".CryptomatorApp"
|
||||
android:allowBackup="true"
|
||||
android:allowBackup="false"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:requestLegacyExternalStorage="true"
|
||||
|
@ -1,5 +1,5 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.cryptomator.util">
|
||||
|
||||
<application android:allowBackup="true" />
|
||||
<application android:allowBackup="false" />
|
||||
</manifest>
|
||||
|
Loading…
x
Reference in New Issue
Block a user