Android Permissions - Part 2, Normal and Dangerous Permissions

preview_player
Показать описание
In this video, which is a continuation of previous video, we start with the discussion of categories of permissions called normal and dangerous permissions. Then we discuss how runtime permissions are asked Android. Finally in the later section of the video, a app code implementation is shown demonstrating the implementation of Android run time permissions.

Рекомендации по теме
Комментарии
Автор

The simplest explanation I've seen on permission in Android. Thanks a lot!!

AbhishekNigam
Автор

Very easy to understand, thanks a lot sir...

mukeshroy
Автор

does every runtime, X permission will be prompted to the user?, or just once?, i mean if user grant X permission, in the next user open the app, will X permission is requested again, and again and again ??

fsnd
Автор

Thank you. How clear and thorough you are! Obviously, you are a man who cares. I am trying to find out why there are so many permitted entities listed on my Android phone. There are countries and corporations--a long list. I don't have many apps and I use Firefox for searches. Much of this is beyond my comprehension. Before I get a new phone, I want to be sure I don't transfer all of the permissions when I transfer data. I have a marshmallow phone now. Not sure which Android I will buy. I have been using a Walmart StraightTalk Samsung Galaxy S4. Would you please give me some guidance? Tell me where to turn for advice? Thanks, again.

notadonna
Автор

Hello sir, very helpful tutorial, but one question.... If we wanted to load data on the first click means that if the user click the load button for the first time and the application asked for the permission and user grant the permission and rather than going on for the second click, the data would load automatically. Is there any way to do so, if it is please guide me.
Thanks

ozairashfaque
Автор

i have question, is that any way to block some app runtime permission request ?

toxic-mody
Автор

What happens if the app is in the background? can my location and camera for example still be used?

cosovic
Автор

Consult IDE log for more details (Help | Show Log) (30 s 287 ms)


how fix it, Lot of Thanks in Advance

mrsiddique
Автор

what about onRequestPermissionsResult()

haribabukoduri