Skip to main content

All Questions

Tagged with
0 votes
0 answers
21 views

Miui Remove Permission Android Java Programtically

How to removes this bottom 3 permission if permission allow by user in miui How to set only show on lock screen permission allow and other permission if allowed by user then auto denied that ...
Kunjal's user avatar
  • 1
0 votes
1 answer
58 views

Check permission USE_FULL_SCREEN_INTENT always returns GRANTED on Android 14

Not going into much detail (NDA), our app (kotlin + compose) allows users to receive calls that they can accept or decline in the notifications. When the screen is locked and a call is received, a ...
DN2048's user avatar
  • 3,791
0 votes
0 answers
24 views

Android Launcher App is unable to Launch Two Apps in Split-Screen Mode

I've created a simple launcher app to launch two applications in split-screen mode on the device. But I am encountering an issue where using the package name "com.Title" works for some apps ...
Hanson TrackIt2's user avatar
0 votes
0 answers
108 views

FILE Permission for android 14 and higher

Android.Manifest <manifest xmlns:android="http://schemas.android.com/apk/res/android"> <uses-permission android:name="android.permission.INTERNET" /> <...
Saumya Chirania's user avatar
0 votes
1 answer
373 views

Notifications Not Working on API 34 (Android 14) in Java?

I'm encountering an issue where notifications are not being received on devices running Android 14 (API level 34) after updating my project, but they fail to appear on Android 14 devices. Manifest ...
Jeetendra sahu's user avatar
0 votes
0 answers
17 views

Asking for permission every time I use addAssetsToAlbumAsync method

I'm working in an app that is offline first. But here I have a problem: Every time the users enter the APP it verifies if has image to download. If so, the app make a request to the database to ...
Antony Lajes's user avatar
0 votes
2 answers
129 views

Flutter Geolocator fails to get approximate location

I have the following problem: I have a flutter application which uses Geolocator to determine users location. The application works perfectly well with Precise location, but when choosing Approximate ...
Stoyan Kirov's user avatar
-3 votes
1 answer
49 views

Allow Restricted permission in android

I am creating a parental control app in react native but when i am installing the app the app setting is restricted and need to allow the special app permission I want these two permission allowed ...
lalit patidar's user avatar
0 votes
0 answers
17 views

Android Studio, I can't activate Notifications, after I declined it

What I want to do is create a SwitchCompat button that controls the application notification, when an User activates this button, I want to send him/her a notification saying "Do you want to get ...
Emin-35's user avatar
  • 71
0 votes
0 answers
23 views

How to access whatsapp status file directory in Android 11 and above

I want to make an app which will save the status of whatsaap. How I can access to the directory above android 12 an up. Access to android direcotry, and files. It showing no files and file count 0 ...
Dipon's user avatar
  • 53
0 votes
0 answers
124 views

Executive Binary on Android Studio App Target API 34 Permission Problem

I have an executable binary file named "main." I'm trying to run this binary using Android Studio's exec and ProcessBuilder. It works on API levels 28 and below, but when I target API 29 or ...
Michael Agan's user avatar
0 votes
0 answers
13 views

Android SMS : Prevent from showing or Block or Mute or Dismiss or Hide Actions

Real world problem there are a ton of ad SMS daily nowadays (at least where I live) different numbers each time (no way to block all of them). Abstract Solution having a Service which processes (even ...
Namini40's user avatar
  • 140
0 votes
0 answers
17 views

checkSelfPermission always negative. Android

Im trying to check - if app has an permission or not, but recive negative result independently of real state of permission - turn it on or off via adb - same result from checkSelfPermission. My code ...
Super Hero's user avatar
0 votes
0 answers
50 views

How to prompt user to turn on Bluetooth and location services in react-native?

I have a react-native app which needs Location and Bluetooth enabled. For this purpose I want to prompt the user to turn them and prompt again if they aren't turned on or turned off again. I tried ...
Muhammad Kazim's user avatar
1 vote
0 answers
60 views

Read External Storage Permission Request Does Not Appear for Android 13 and later

In a project, I am trying to create a webview application for a site running on Wordpress. Data such as files and images can be uploaded by accessing the Wordpress Uploader in the application. When ...
perps4214213's user avatar

15 30 50 per page
1
2 3 4 5
201