marshmallow tag

2 questions


1 answers
32 views
0
How to approve WRITE_SETTINGS authority above marshmallow version

When I was making the alarm app, I made the part where I chose the ringtoneThe permission part didn't approve it So I looked it up, and I heard that marshmallow needs to work separately to approve the...

2 years ago

1 answers
27 views
0
Marshmallow Privilege Check

The application is using gps.MainActivity.java protected void onStart() { super.onStart(); if (ActivityCompat.checkSelfPermission(this, Manifest.permission.ACCESS_FINE_LOCATION) != PackageManager.PE...

2 years ago

© 2024 OneMinuteCode. All rights reserved.