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