Merge changes from topic 'launch-2d-activities-vr' into oc-dev

am: f04d039584

Change-Id: I820ec3a9c1379bf9bcc688e36bcfeb00ac753a22
This commit is contained in:
Karthik Ravi Shankar
2017-04-01 00:01:31 +00:00
committed by android-build-merger

View File

@@ -123,6 +123,8 @@
<uses-permission android:name="android.permission.WAKE_LOCK" />
<!-- Permission needed to enable/disable overlays -->
<uses-permission android:name="android.permission.CHANGE_OVERLAY_PACKAGES" />
<!-- Permission needed to access privileged VR APIs -->
<uses-permission android:name="android.permission.RESTRICTED_VR_ACCESS" />
<application android:label="@string/app_label"
android:defaultToDeviceProtectedStorage="true"