Deutsch English Français Italiano |
<lsefteF71r1U3@mid.individual.net> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Arno Welzel <usenet@arnowelzel.de> Newsgroups: comp.mobile.android Subject: Re: Where are MMS-messages stored in Android 15 ? Date: Wed, 18 Dec 2024 00:30:55 +0100 Lines: 36 Message-ID: <lsefteF71r1U3@mid.individual.net> References: <vjhfdv$3ekh1$1@dont-email.me> <ls57f5FlbrfU1@mid.individual.net> <63j03lxtqh.ln2@Telcontar.valinor> <ls93n7Fa2heU1@mid.individual.net> <vjpi5g.29g.1@ID-201911.user.individual.net> <lsd2ktF56kU2@mid.individual.net> <vjsctl.b3o.1@ID-201911.user.individual.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: individual.net oFGgVwFwg5XSJ6/VFwJa7Qi3oR/ikoHYS2zr+1h8iT0fVPHfB/ Cancel-Lock: sha1:bz6IZLpvVlpl1RFodRHOakujcEI= sha256:/RnuM4v6AyTIwsYtAuG/FDwBhPDMDmkPfmzcQ2JYXrA= Content-Language: de-DE In-Reply-To: <vjsctl.b3o.1@ID-201911.user.individual.net> Bytes: 2218 Frank Slootweg, 2024-12-17 19:16: > Arno Welzel <usenet@arnowelzel.de> wrote: >> Frank Slootweg, 2024-12-16 15:49: >> >> [...] >>> As to "not all apps allow to backup their data.": With the USB >>> connection, one can backup all app-private folders and files, so one >>> *can* backup the data of all apps. Unless there's some other kind of >>> restriction you're not divulging. >> >> At least many Banking apps usually do not allow to backup their data. >> And it does not matter, if the backup is done via ADB or as part of the >> Google app backup. > > And *how* can those banking apps "not allow to backup their data"!? > Especially for the ADB case. Their app manifest forbids it. This can be achieved like this: <?xml version='1.0' encoding='utf-8'?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" tools:replace="allowBackup" android:allowBackup="false" /> The entry tools:replace="allowBackup" makes sure, that any libaries used by the app which have their own manifest, do not allow backup accidentally. And ADB will obey that and won't pull lany backups for those apps. -- Arno Welzel https://arnowelzel.de