python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
What is a better way to request bluetooth permissions?
I have been searching to try and understand how to use ActivityCompat to request bluetooth and location permissions but I am not understanding how they really work. I have checked Android documentatio...
Dylon Jaynes
Votes: 0
Answers: 0
RNCGeolocation.requestAuthorization undefined not a function
I can not build for android on react-native. I am getting error about geolocation. All spermissions added to AndroidManifest like the code below; Do you have any idea, how can i solve this issue?
<...
Emre ÇEKİÇ
Votes: 0
Answers: 1
Persistable URI Permissions for a Document Provider
Not sure if what I'm trying to do is possible or not. I have a "proxy" document provider meaning a document provider that exports aliases for other content using the SAF. I have a dialog f...
Rich
Votes: 0
Answers: 1
Programmatically enabling Airplane mode does not disable Mobile date and Bluetooth
I want to turn on airplane mode through the code and turn off bluetooth, wifi and mobile data.
First, execute this in the console:
adb shell pm grant com.package.name android.permission.WRITE_SECURE_S...
AlexandraFilyakova
Votes: 0
Answers: 1