Search Unity

What unity do with the permission READ_PHONE_STATE?

Discussion in 'Editor & General Support' started by jayadratha, Aug 14, 2017.

  1. jayadratha

    jayadratha

    Joined:
    Jan 19, 2017
    Posts:
    6
    Hello,
    First off all I'm not using SystemInfo.deviceUniqueIdentifier. I also did whole directory search for SystemInfo.deviceUniqueIdentifier & I got nothing.

    So my question is if I add the below line and stop taking this permission will it effect in near future?

    Code (CSharp):
    1.  
    2. <meta-data android:name="unityplayer.SkipPermissionsDialog" android:value="true" />
    3.  
     
    Last edited: Aug 14, 2017