Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Editor code adds unnecessary permission on Android
Fixes #15 Call for ‘SystemInfo.deviceUniqueIdentifier’ causes Unity to add READ_PHONE_STATE permission when building for Android, though this code is never run and not included in the build. Wrapped in preprocessor directives to prevent unwanted permission.
- Loading branch information