mirror of
https://github.com/LineageOS/android_device_xiaomi_grus.git
synced 2025-02-05 07:26:42 +00:00
grus: overlay-lineage: Configure aux camera for Aperture
Change-Id: I543f078dd4dba30e1b22737d5c22d591e3fb34e6
This commit is contained in:
parent
d94b1d127f
commit
b1cbc07cb2
@ -0,0 +1,21 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!--
|
||||||
|
SPDX-FileCopyrightText: 2022 The LineageOS Project
|
||||||
|
SPDX-License-Identifier: Apache-2.0
|
||||||
|
-->
|
||||||
|
<resources>
|
||||||
|
<!-- Enable auxiliary cameras selector. -->
|
||||||
|
<bool name="config_enableAuxCameras">true</bool>
|
||||||
|
|
||||||
|
<!-- List of ID of auxiliary cameras that must be ignored by the app. -->
|
||||||
|
<string-array name="config_ignoredAuxCameraIds">
|
||||||
|
<item>4</item>
|
||||||
|
<item>5</item>
|
||||||
|
<item>6</item>
|
||||||
|
<item>7</item>
|
||||||
|
<item>8</item>
|
||||||
|
<item>9</item>
|
||||||
|
<item>10</item>
|
||||||
|
<item>11</item>
|
||||||
|
</string-array>
|
||||||
|
</resources>
|
Loading…
x
Reference in New Issue
Block a user