android: refactor deprecated android:allowBackup - #10839
Conversation
- qt6: refactor deprecated android:allowBackup and android:fullBackupContent to Android12+ android:dataExtractionRules + xml definition. - qt6: retain android:allowBackup for android 8-11 Disallow device-transfer (nearby share, USB) (old allowBackup="false" behaviour was only considering cloud backup)
2f505ad to
eeb6a9f
Compare
|
crap, removal of android:extractNativeLibs="true" snuck in.. |
I don't know if we want to do that. e.g. when migrating to a new phone, it might be nice to move the Lightning state and keep using the channels. I wonder if the user can still launch the app on the old phone though :/ |
|
but I think it's a good idea to opt-out of the cloud backups, which IIUC the current (deprecated?) setting does. If the currently used |
|
For now the current status-quo is fine IMO, we should revisit after we have strengthened wallet KDF |
android: update p4a to ref b1b528cd8b681c0b5185ab82a319527037cc2421:
android:allowBackupandandroid:fullBackupContentto Android12+android:dataExtractionRules+ xml definition.android:allowBackupfor android 8-11Disallow device-transfer (nearby share, USB)
(old
allowBackup="false"behaviour was only considering cloud backup)