Top "Android-11" questions

For questions regarding programming in Android 11 (a.k.a., Android R), the primary 2020 version update for the Android OS.

requestLegacyExternalStorage is not working in Android 11 - API 30

Google has introduced some changes recently related to storage APIs in API 29 like scoped storage and we opted out by …

java android storage android-11
Android 11 Scoped storage permissions

I'm trying to better understand what I will be able to do once the Android 11 version will be released. My …

android file android-developer-api android-storage android-11
intent.resolveActivity returns null in API 30

Looking at intent.resolveActivity != null but launching the intent throws an ActivityNotFound exception I wrote opening a browser or an …

android android-intent android-manifest android-11 activitynotfoundexception
Android 11 (R) file path access

According to the docs file path access is granted in Android R: Starting in Android 11, apps that have the READ_…

android android-11
How to set fullscreen in Android R?

I need to put a screen in fullscreen in my app. For this I am using this code: override fun …

android android-layout fullscreen android-5.0-lollipop android-11
Could not start AVD

I install the latest version of Android Studio Android Studio 4.0.1.then after i open Android studio and create sample project.…

android avd android-11 vt-x
What does QUERY_ALL_PACKAGES permission do?

Android R Preview 1 introduced a new permission called QUERY_ALL_PACKAGES. The documentation for the permission says the following: Allows …

android android-11
Can't install CA certificate on Android 11

On preview version of Android 11 I got an error when trying to install CA certificate: Intent intent = new Intent("android.…

android certificate android-11
Android 11 doesn't create app directory on external storage

Lately I updated my smartphone to Android 11 and I noticed that one of my app crashes on creating directory on …

android storage android-11
Using Android 11 gives a lot of output log about accessing SQLiteDatabase interface

I am using API 30 - Android 11.0 in my emulator. Whenever I am running my application, I am receiving more than 200 …

android android-11