adrianosantostreina / MobilePermissions

This is a component to turn more easy the request permission in Android 8.x or later.
MIT License
105 stars 46 forks source link

Switching to IOS/windows from Android. #44

Open Toolfolks opened 7 months ago

Toolfolks commented 7 months ago

Hi I have tried:

{$IFDEF ANDROID} MobilePermissions.Model.Signature, MobilePermissions.Model.Dangerous, MobilePermissions.Model.Standard, MobilePermissions.Component,{$ENDIF}System.IOUtils;

Which works on Android.

When I switch platforms the uses are added again

{$IFDEF ANDROID} MobilePermissions.Model.Signature, MobilePermissions.Model.Dangerous, MobilePermissions.Model.Standard, MobilePermissions.Component,{$ENDIF}System.IOUtils, MobilePermissions.Model.Signature, MobilePermissions.Model.Dangerous, MobilePermissions.Model.Standard, MobilePermissions.Component;

How do I correct this please.

rioda78 commented 5 months ago

i hope this answer that question :

{$IFDEF ANDROID} MobilePermissions.Model.Signature, MobilePermissions.Model.Dangerous, MobilePermissions.Model.Standard, MobilePermissions.Component,{$ENDIF}System.IOUtils; not duplicate mobile permision to non android