You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Watch faces require WAKE_LOCK, while VR apps require VIBRATE and READ_EXTERNAL_STORAGE. They are included in the template manifest files, but in some situations (the user deleting these in the generated manifest file) the build manifest file may end up without them, which results in broken apps.
The text was updated successfully, but these errors were encountered:
Watch faces require WAKE_LOCK, while VR apps require VIBRATE and READ_EXTERNAL_STORAGE. They are included in the template manifest files, but in some situations (the user deleting these in the generated manifest file) the build manifest file may end up without them, which results in broken apps.
The text was updated successfully, but these errors were encountered: