Android-10.0 Questions
Ad
PreferenceManager getDefaultSharedPreferences deprecated in Android Q
Preferencemanager getdefaultsharedpreferences is deprecated in
How can we access an expansion file in Android Q?
I'm writing an app that needs an expansion file and i want to ensure it will be compatible with android q. it seems the
Enable android:forceDarkMode programmatically?
Android q introduced a setting to force dark mode on apps without worrying about changing the colors manually:
How to get network usage of apps on Android Q?
Background i know that we can get the network usage (total bandwidth used of mobile&wifi so far, from some specific time) of a
How can I add foregroundServiceType to a library manifest while maintaining backwards compatibility?
My library project has a location service, and per android q requirements it sets the android:foregroundservicetype="location"
Crash on Android 10 (InflateException in layout/abc_screen_simple line #17)
My application works fine from android 4.3 until android 9 pie, but my application doesn't work on android 10 (q api 29) and crashes. this is my
How to handle SAF when I can only handle File or file-path?
Background up until android q, if we wanted to get information about an apk file, we could use
I have updated targetSdkVersion to Q, But I can not get permission of READ MEDIA IMAGES
I have updated targetsdkversion to q, but i can not get new permissions like read media images. this is my build.gradle
Ad
Toast not showing in Android Q
Toast does not work in android q. is there any change on toast? i couldn't find any release note for
Error : Use of fullScreenIntent requires the USE_FULL_SCREEN_INTENT permission
I'm using notifications with fullscreen my code works find in oreo and below version but when i'm running android-q i'm
How does ACCESS_BACKGROUND_LOCATION introduced in Android Q affect Geofence APIs?
In order to use the geofence api the user
Collecting 5G cell data (New Radio)
After doing some digging i’ve found google source code containing 5g information related to as nr (new radio). interestingly enough, these
Android 10 API 29 (OS Error: Permission denied, errno = 13) to save file (Flutter)
I tried everything to avoid this problem but nothing. interesting fact is that this problem is appears only on android 10(api 29) on 11 or < 10
How to delete a folder and its content from SDcard on Android 10 and Android 11
I have an application running on android and i'm saving some files that the app needs to download in the sdcard, only if the user wants to use the
picasso image rotation issue in android 10 using Uri of image
Picasso has an image rotation issue when showing it in android 10 using uri of image uri uri =
android 10 is crashed when starting bluetooth service
In a couple of days before, i wrote some lines of code to connect application to a hc-05(a bluetooth module) via a service. i know that a simple
Customising Google Maps control for Android 10
How to remove the direction and map icon from android google maps. this icons will get displayed when we tap on the pushpin in
Open with dialog appears after choosing a file on Android 10
After upgrading my phone(redmi 7a pie) to android 10 sometimes open with dialog appears when choosing a file with file chooser
getLastKnownLocation always returns null in Android 10, after code was working fine in Android 9
This code worked fine in android api level 29 (android 9 / pie) but when loaded into android api level 30 (android 10) it no longer works.
Ad
Missing overlay ("Draw over other apps") permission window on Android 10 Go devices, such as Wiko Y61
I'm developing an android native app. to support my feature, i need to lock some of the smartphones (request from my stakeholder). i
ifconfig doesn't work on Android 10 (permission denied)
When i try to run ifconfig on oculus quest 2 (android 10) i get a 'permission denied' error: ifconfig: ioctl 8927: permission
Can't create file with deleted file name at android 10
I want to keep a log text file for each day in the download folder. i want to store day based text files in my own log folder(myapp log folder) in
Cannot add file to specific folder location for Android 10
I am trying to create a pdf file and add it to the internal storage of the android phone. i want to create a directory for my app outside the app
Android 11 Multiple Images with limit
Intent intent = new intent(intent.action_open_document); intent.addcategory(intent.category_openable);
Ad
Blog Categories
Ad