Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about runtime-permissions

Read more about runtime-permissions

python (65.2k questions)

javascript (44.3k questions)

reactjs (22.7k questions)

java (20.8k questions)

c# (17.4k questions)

html (16.3k questions)

r (13.7k questions)

android (13k questions)

Questions - runtime-permissions

Closing the "All files access" dialog when user allows access to all files in android

Presently, in my application, when the user is asked to provide "Access all files" permission, the dialog opens and remains on screen even when the user has allowed permission. Below provide...
test-img

Devarshi Rawal

android

android-11

runtime-permissions

Votes: 0

Answers: 1

Latest Answer

Replace the method requestPermission() to private void requestPermission() { if (SDK_INT >= Build.VERSION_CODES.R) { try { Intent intent = new Intent(Settings.ACTION_MANAGE_A...
test-img

LegendSayantan

Android ACTIVITY_RECOGNITION for app running on Android 8 but targeting Android 11(API 30)

My Target Api is 30. I have declared below permissions in my manifest, following this code-lab example(https://developer.android.com/codelabs/activity-recognition-transition#2): <uses-permissio...
test-img

CodingWithLearner

android

android-permissions

runtime-permissions

Votes: 0

Answers: 1

Latest Answer

Here is what the Android documentation says for ACTIVITY_RECOGNITION permission. If your app targets Android 9 (API level 28) or lower, the system auto-grants the android.permission.ACTIVITY_RECOGNITI...
test-img

nayan dhabarde

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved