https://github.com/boltuix/kotlin-request-app-permissions
When personal or sensitive user data is used by the app or sent off the device for purposes that are not clear to the user (like accessing location in the background), a prominent disclosure must be made.
https://github.com/boltuix/kotlin-request-app-permissions
Last synced: about 1 year ago
JSON representation
When personal or sensitive user data is used by the app or sent off the device for purposes that are not clear to the user (like accessing location in the background), a prominent disclosure must be made.
- Host: GitHub
- URL: https://github.com/boltuix/kotlin-request-app-permissions
- Owner: BoltUIX
- License: apache-2.0
- Created: 2022-08-07T04:46:27.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-07T07:58:52.000Z (almost 4 years ago)
- Last Synced: 2025-02-17T07:33:38.173Z (over 1 year ago)
- Language: Kotlin
- Size: 459 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kotlin-Request-app-permissions
App Request Permission in android - Bolt UIX
Permission requests should be simple, transparent, and understandable.
Pay attention to permissions Build trust with your users by being transparent and providing users control over how they experience your app.
UI for prominent disclosure when requesting for permissions from user.
I'm going to show you how to implement run time permission request with kotlin.

Read more:
https://www.boltuix.com/2022/08/app-request-permission-in-android-bolt.html