dautovicharis / Android-Clean-Architecture

Sample project demonstrating the usage of Android permissions using Clean Architecture.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android-Clean-Architecture

Supported permissions:

<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />  
<uses-permission android:name="android.permission.SCHEDULE_EXACT_ALARM" />
AutoStart workaround for XIAOMI, OPPO, VIVO, LETV, HONOR and ONEPLUS.

About

Sample project demonstrating the usage of Android permissions using Clean Architecture.

License:Apache License 2.0


Languages

Language:Kotlin 100.0%