Runtime Permissions contains code samples and runtime permission implementation for android applications.
If you find my repository helpful, you can buy me a coffee to see more PoC samples 🍻☕️
Note
Builded upon AndroidTemplate Core
Single Permission Multiple Permission
Runtime Permissions covers points and functionalities below:
- App should request native runtime permission when main action is triggered
- If permission is declined before, rationale dialog should appear
- Rationale should have a functionlity to navigate user to app settings (to cover manual permission update)
- If user returns from app settings, app screen should update itself automatically considering last recent permission state
- If permission is granted, ui should be updated or necessary actions should be taken
- Android Template Core
- Accompanist Permission
The code is licensed as:
Copyright 2021 Attila Akıncı
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

