question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Adapt to Android 11 AOSP changes

See original GitHub issue

There might be changes in Android 11 (to be released in September) that require adaption to Seedvault to run on that new version of AOSP.

Candidates are:

Things to revisit:

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
grotecommented, Sep 10, 2020

I haven’t found a way to actually use this and we would have to rename our transport to something with EncryptedLocalTransport in the class name. It all seems pretty unfinished to me and I wouldn’t trust this code with our backups. At the moment, I only see many issues, but no real benefits. But people are of course welcome to do their own deeper research than the superficial one I did. Ideally a PoC PR would come out of this as well.

1reaction
grotecommented, Sep 8, 2020

First findings from looking at early diffs of android.app.backup:

  • There’s now an API to block keys in KV restore because they can cause bad UX on certain devices!? [commit] [commit] references bug 145126096
  • any java library that compiles @UnsupportedAppUsage requires a direct dependency on “unsupportedappusage” java_library [commit]
  • No New Data flag for Key/Value Backups to update last_updated timestamp [commit] [services commit]

Next up services.backup:

Others that are related:

  • AOSP SystemUI can be backed up now [commit]
Read more comments on GitHub >

github_iconTop Results From Across the Web

Migrating apps to Android 11
Migrating apps to Android 11 · Get the SDK, change targeting, build with new APIs · Test your Android 11 app · Test...
Read more >
Adapting to Android 11 - a Look at Android 'R' - Esper Blog
All new API's, added in Android 11, denoted with @TestApi in the AOSP are now blocklisted by default. Also, a large chunk of...
Read more >
Turning it up to 11: Android 11 for developers
Android 11 is here! Today we're pushing the source to the Android Open Source Project (AOSP) and officially releasing the newest version of ......
Read more >
Adapting your apps for Android 11 privacy changes - YouTube
Privacy continues to be a priority in Android 11. This presentation will help you understand privacy related changes and how to make your ......
Read more >
Every new Android 11 feature: The in-depth changelog for ...
The "What's new" section below includes all changes since Android 11 Beta 1, ... on phones that use launchers based on the AOSP...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found