Skip to content
This repository was archived by the owner on Jun 6, 2019. It is now read-only.

Commit 6f830e5

Browse files
authored
Merge pull request #1 from celsoazevedo/master
Add the .xml file to system/vendor/etc/permissions/, bump module version to 1.2
2 parents a1fa0a4 + ecefc29 commit 6f830e5

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

module.prop

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id=ARCore_enabler
22
name=ARCore enabler
3-
version=v1.0
4-
versionCode=1
3+
version=v1.2
4+
versionCode=3
55
author=MarcAnt01
66
description=Enables ARCore support for unsupported devices and allows you to install apps with ARCore support via Play Store
77
minMagisk=17000

system/etc/permissions/android.hardware.camera.ar.xml

100644100755
File mode changed.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!-- Copyright (C) 2014 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+
<!-- Normally, it's declared by HAL or something, but is's xmlpak after all...
18+
Needed for ARCore. -->
19+
<permissions>
20+
<feature name="android.hardware.camera.ar" />
21+
</permissions>

0 commit comments

Comments
 (0)