Open aytunch opened 1 year ago
I know I know I have had time to rebuild and update it in so long
On Wed, 22 Mar 2023 at 2:50 PM, aytunc @.***> wrote:
Hi, I understand this plugin needs this permission but, isn't it the convention that we add it to the app's top level manifest file?
Requested permissions do not match core functionality of the app You declared Default SMS handler android.permission.READ_SMS
@Zfinix https://github.com/Zfinix do you have any thoughts on this?
ā Reply to this email directly, view it on GitHub https://github.com/Zfinix/carrier_info/issues/29, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGE3JSPES3KDCZR7Y7U7A4LW5L7QTANCNFSM6AAAAAAWD3DHCM . You are receiving this because you were mentioned.Message ID: @.***>
-- Chiziaruhoma O.
Can I kindly have an ETA on this fix? Thanks for the quick reply
Iād do my best to get the entire package refactored by Monday
On Wed, 22 Mar 2023 at 2:52 PM, aytunc @.***> wrote:
Can I kindly have an ETA on this fix? Thanks for the quick reply
ā Reply to this email directly, view it on GitHub https://github.com/Zfinix/carrier_info/issues/29#issuecomment-1479606465, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGE3JSIOCP5TDUIESQF2PYTW5L7ZVANCNFSM6AAAAAAWD3DHCM . You are receiving this because you were mentioned.Message ID: @.***>
-- Chiziaruhoma O.
Thank you very much. Have a good week
Hello, any updates on this ?
in /android/app/src/main/AndroidManifest.xml add the below line if you want remove READ_SMS from the final merged Manifest file
<uses-permission android:name="android.permission.READ_SMS" tools:node="remove"/>
Hi, I understand this plugin needs this permission but, isn't it the convention that we add it to the app's top level manifest file?
@Zfinix do you have any thoughts on this?