Questions tagged [android-10.0]

Android 10 (API level 29), formerly known as Android Q, is 2019's major Android OS update.

On March 13th 2019, Google released the beta version of Android Q. Android Q features link

980 questions
0
votes
1 answer

Migrating to android Q app install failed

I have migrated my android project to android q in android studio canary but whenever I try to run my project on my Google Pixel 2. I am getting this error I have also uninstalled the previous version of the app. I have done everything clean project…
Mateen Chaudhry
  • 631
  • 12
  • 32
-1
votes
1 answer

In Android 10, is it possible to reboot or shutdown automatically?

I know that many callbacks are blocked at API 30 level. I am trying to develop it for the purpose of using it for the DID panel, not for the purpose of uploading it to the Google store. I want Android to turn on the screen at 9:00 in the morning and…
ravaenee
  • 1
  • 3
-1
votes
1 answer

Force Close when Adding and Showing data from internal database SQLite Android

This is my MainActivity Class public class MainActivity extends AppCompatActivity { TextView textView; String text; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); …
Niselia
  • 1
  • 3
-1
votes
1 answer

How to list PDF in android 10 Api level 30?

Google has restricted to access storage since android Q then how can we list all PDF files in recycler view?
user16569909
-1
votes
1 answer

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 Intent intent = new Intent(Intent.ACTION_GET_CONTENT); intent.setType("image/*"); if…
nimday
  • 333
  • 3
  • 9
-1
votes
1 answer

addTextChangedListener onTextChanged count Not working On android version 10

I use addTextChangedListener to search item from server with retrofit. but only android version 10 onTextChanged count not working...? Here is my code searchEdit.addTextChangedListener(new TextWatcher() { @Override public void…
-1
votes
2 answers

Android upgrade & deploy question: existing app targeting < SDK29

I have a fairly specific question, and I couldn't find something that really addresses my scenario. We have an app in the Play Store. It's been there for years with periodic updates. Most recent update would bomb out on upload, and the Play Store…
ChrisH
  • 975
  • 12
  • 21
-1
votes
1 answer

How can i get "All files access" or "Permanent and complete access to a folder" in android 11 (Scoped Storage) with b4a?

Any sample please Can all apps get "All files access"? (like apk files non-shared and out of play store?) and after getting "All files access" or "access to a storage folder" can i use file addres like this…
-1
votes
1 answer

Broadcast receiver is not called on real devices

I have updated target version from Android 8 to Android 10 after that I am facing an issue that broadcast receiver is not being called on devices(I have tested on Samsung s9(Pie), Mi Note 5(Oreo)) accept Google Pixel 2 XL device(Android 10) but…
DjP
  • 4,537
  • 2
  • 25
  • 34
-1
votes
1 answer

fail to upload image with error EACCES (Permission denied)

After Update my app to target api 29 and run it on android 10 device it failed to upload the image with error: "EACCES (Permission denied)" please help. here is my code: @Override public void onRequestPermissionsResult(int requestCode, @NonNull…
Amr Sakr
  • 68
  • 1
  • 2
  • 8
-1
votes
1 answer

How to read device information in Android 10?

I am trying to read device Information like Build.SERIAL and DeviceId with TelephonyManager. In Android 9 and below I was able to access all this information without any Issue. I am receiving following exception when I try to read Device info in…
-1
votes
1 answer

Foldable Attribute Android Q

How to design Foldable Layout for Android Q compatible devices. During this transition, how app will receive a configuration change for the new layout? Will Multi Resume collide of multiple activities?
PRATEEK BHARDWAJ
  • 2,364
  • 2
  • 21
  • 35
-2
votes
1 answer

How to programmatically check WiFi Debugging is enabled on Android 10 and below?

Settings.Global.getInt(this.contentResolver, "adb_wifi_enabled", 0) != 0 is not working on Android 10. The same is working on Android 11+
-2
votes
1 answer

Need to show all gallery images in Arraylist in Android 10 device in java

Please help me to get all Gallery in latest Android 10 devices.
xp Android
  • 109
  • 1
  • 9
-2
votes
1 answer

Call Recording is Available or Not in Android 10?

can any one Guide me Call Recording feature is available Or not in Android 10.. If anyone has a code for call recording that works on Android 10 so please share me!
1 2 3
65
66