File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <!-- Copyright (C) 2015 The Android Open Source Project
3
+
4
+ Licensed under the Apache License, Version 2.0 (the "License");
5
+ you may not use this file except in compliance with the License.
6
+ You may obtain a copy of the License at
7
+
8
+ http://www.apache.org/licenses/LICENSE-2.0
9
+
10
+ Unless required by applicable law or agreed to in writing, software
11
+ distributed under the License is distributed on an "AS IS" BASIS,
12
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ See the License for the specific language governing permissions and
14
+ limitations under the License.
15
+ -->
16
+
17
+ <!-- This is the set of features required for a VR-compatible device -->
18
+ <permissions >
19
+ <feature name =" android.software.vr.mode" />
20
+ </permissions >
Original file line number Diff line number Diff line change 50
50
<!-- Feature to specify if the device support managed users. -->
51
51
<feature name =" android.software.managed_users" />
52
52
53
+ <!-- Feature to specify if the device supports a VR mode. -->
54
+ <feature name =" android.software.vr.mode" />
55
+
53
56
<!-- devices with GPS must include android.hardware.location.gps.xml -->
54
57
<!-- devices with an autofocus camera and/or flash must include either
55
58
android.hardware.camera.autofocus.xml or
You can’t perform that action at this time.
0 commit comments