Add pinner configs for P21
Bug: 182593454 Test: dumpsys pinner Change-Id: I85547d29ddc9111b0e3338681729c8318d9010dc
This commit is contained in:
parent
199194ed2c
commit
b8a16df6e5
1 changed files with 21 additions and 0 deletions
|
@ -215,4 +215,25 @@
|
||||||
<string-array name="config_biometric_sensors" translatable="false" >
|
<string-array name="config_biometric_sensors" translatable="false" >
|
||||||
<item>0:2:15</item> <!-- ID0:Fingerprint:Strong -->
|
<item>0:2:15</item> <!-- ID0:Fingerprint:Strong -->
|
||||||
</string-array>
|
</string-array>
|
||||||
|
|
||||||
|
<!-- Default list of files pinned by the Pinner Service -->
|
||||||
|
<string-array translatable="false" name="config_defaultPinnerServiceFiles">
|
||||||
|
<item>"/apex/com.android.art/javalib/arm64/boot.oat"</item>
|
||||||
|
<item>"/apex/com.android.art/javalib/arm64/boot-core-libart.oat"</item>
|
||||||
|
<item>"/apex/com.android.art/javalib/core-oj.jar"</item>
|
||||||
|
<item>"/apex/com.android.art/javalib/core-libart.jar"</item>
|
||||||
|
<item>"/apex/com.android.media/javalib/updatable-media.jar"</item>
|
||||||
|
<item>"/system/framework/framework.jar"</item>
|
||||||
|
<item>"/system/framework/services.jar"</item>
|
||||||
|
<item>"/system/framework/arm64/boot-framework.oat"</item>
|
||||||
|
<item>"/system/framework/oat/arm64/services.odex"</item>
|
||||||
|
<item>"/system_ext/priv-app/SystemUIGoogle/SystemUIGoogle.apk"</item>
|
||||||
|
<item>"/system_ext/priv-app/SystemUIGoogle/oat/arm64/SystemUIGoogle.odex"</item>
|
||||||
|
</string-array>
|
||||||
|
|
||||||
|
<!-- Should the pinner service pin the Camera application? -->
|
||||||
|
<bool name="config_pinnerCameraApp">true</bool>
|
||||||
|
|
||||||
|
<!-- Should the pinner service pin the Home application? -->
|
||||||
|
<bool name="config_pinnerHomeApp">true</bool>
|
||||||
</resources>
|
</resources>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue