android-storage-permissions
android-storage-permissions copied to clipboard
This codelab will cover the correct way to store data securely in an Android app, how to access data on the device securely and how to limit the amount of data that apps expose.
Suggested
Deprecate codelab sample in favor of https://github.com/android/storage-samples that are targeting Android 10 and latest privacy changes https://developer.android.com/about/versions/10/privacy/changes
Replace Support library dependencies to AndroidX Enable Jetifier Use AndroidX Change testInstrumentationRunner Migrate all support library widgets to AndroidX
#3 needs the compile SDK to be upgraded with Gradle and AGP as well to be able to apply the migration
This codelab needs to be migrated to AndroidX from the support library
With the implementation provided in codelabs I couldn't share image from "data privacy" app to Telegram or Whatsapp. Whenever I clicked to share to those apps there was a toast...