Hardik Srivastava
Hardik Srivastava
https://github.com/adolfintel/OpenPods/pull/155 This PR I opened fixes this.
In order to use this library ensure that you have these 2 dependencies in your build.gradle : ``` implementation 'io.michaelrocks:libphonenumber-android:8.12.44' implementation 'com.github.joielechong:countrycodepicker:2.4.2' ```
This behavior defined by Xiaomi and their Miui. The only plausible way I can come up with to fix it, is to have a foreground service running constantly. Haven't tested...
Can you possibly check on a device running MIUI 12? Also I specifically made the MIUI Permission dialog not cancellable so that the user can just skip it once they...
That particular permission is only limited to miui devices afaik. And the service malfunctioning thing is also miui specific as far as my experience goes.
Sure, will look into this.
Sure, go ahead. I'll review and merge 👍🏾
Great! I won't be merging this right now, as I have a couple of plans in order to update the repo structure, once my exams get over. Once that's there...