Permissions in Android (Kotlin) | Advanced Mobile Programming | Bsc I.T.

Опубликовано: 25 Март 2019
на канале: Ace Knowledge
3,142
38

In this video we will see how to set permissions for our android application using kotlin. If an app needs to use resources or information outside of its own sandbox, the app has to request the appropriate permission. We need to declare that our app needs a permission by listing the permission in the app manifest and then requesting that the user approve each permission at runtime.

#tybscitpracticals #androidpracticals #permissionsinandroidkotlin