flutter-permission-handler
                                
                                 flutter-permission-handler copied to clipboard
                                
                                    flutter-permission-handler copied to clipboard
                            
                            
                            
                        No permission READ_PHONE_STATE about Android
🚀 Feature add READ_PHONE_STATE for Android
Platforms affected (mark all that apply)
- [ ] :robot: Android
Could you please elaborate on this feature and supply additional information (e.g. links to the official documentation)?
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.
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.
I hope there are updates to this issue
any updates for this issue please !!
any updates for this issue please !!
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,