edodson84 / Aosp_Dialer_10_Gradle

Aosp dialer 10 buildable
Apache License 2.0
18 stars 5 forks source link

Request permissions when opening the app #14

Closed Clav12 closed 2 years ago

Clav12 commented 2 years ago

When opening the app, the app should ask the user for all permissions to function properly, eg "set phone app as default", "contacts permission", "show above other apps", "call log", " microphone ”,“ sms ”…. Currently you have to go into the settings and manually set it as the default phone and give all the various permissions

edodson84 commented 2 years ago

Im in process of this. I have also updated app to androidx fragments still need to update preference fragments

edodson84 commented 2 years ago

Added

Clav12 commented 2 years ago

Thanks