flutter-permission-handler icon indicating copy to clipboard operation
flutter-permission-handler copied to clipboard

No permission READ_PHONE_STATE about Android

Open wenchang1989 opened this issue 4 years ago • 6 comments

🚀 Feature add READ_PHONE_STATE for Android

Platforms affected (mark all that apply)

  • [ ] :robot: Android

wenchang1989 avatar Oct 18 '21 13:10 wenchang1989

Could you please elaborate on this feature and supply additional information (e.g. links to the official documentation)?

mvanbeusekom avatar Oct 18 '21 13:10 mvanbeusekom

Sorry but why three times the same? Also I am missing information regarding the permission on the Android website on how to best implement this.

mvanbeusekom avatar Oct 18 '21 14:10 mvanbeusekom

I'm trying to use the device_information plugin to request IMEI. It tells me to request READ_PHONE_STATE at runtime. I tried to do that with flutter-permission-handler, but couldn't find a way to do it. This user seems to have had the same problem.

daraul avatar Nov 02 '21 11:11 daraul

I hope there are updates to this issue

bluemix avatar Dec 05 '21 17:12 bluemix

any updates for this issue please !!

biloo-dev avatar Dec 17 '21 21:12 biloo-dev

any updates for this issue please !!

darixsamani avatar Apr 20 '22 22:04 darixsamani

Dear @wenchang1989,

It seems that you can just add: <uses-permission android:name="android.permission.READ_PHONE_STATE"/> to the manifest. Please confirm if this solves your issue. For now I'll close this issue. Feel free to reopen when new information pops-up.

Kind regards,

TimHoogstrate avatar Aug 22 '23 15:08 TimHoogstrate