Can I know when Android apps use certain permissions?

Asked 1 years ago, Updated 1 years ago, 79 views

Hello! I'm asking this question because I was curious about the Samsung's 'App Permission Monitor' digging on pjhjohn's blog.

In the detailed function, the app permission monitor notifies users every minute when certain permissions are used when not using the app, but how do you know if the app permissions work and what additional permissions do you need to detect them working?

If it's a result that comes out right after searching, I'd appreciate it if you could tell me which search word to enter!

android permissions

2022-09-22 19:30

1 Answers

https://developer.android.com/training/permissions/requesting?hl=ko, Android 6.0 or later must be authorized to activate the app. The checkSelfPermission() function lets you verify that the app has the app's permissions.


2022-09-22 19:30

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.