[@jjpprrrr: camera ids 0: main camera 1: front facing camera Therefore, block the rest of the aux camera ids.] Change-Id: I543f078dd4dba30e1b22737d5c22d591e3fb34e6 Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com> Signed-off-by: pix106 <sbordenave@gmail.com>
16 lines
478 B
XML
16 lines
478 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<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>2</item>
|
|
<item>3</item>
|
|
<item>4</item>
|
|
<item>5</item>
|
|
<item>6</item>
|
|
<item>7</item>
|
|
<item>8</item>
|
|
</string-array>
|
|
</resources>
|