rosemary: overlay: Pin HOME application

Test: adb shell dumpsys pinner after boot
Bug: 111132016
Bug: 78585335
Change-Id: I4ed0587ae5348bbe03ad9ac5f1c5b1726dbb8246
This commit is contained in:
Jorim Jaggi
2021-12-28 21:13:25 +00:00
committed by Matsvei Niaverau
parent a0f6bf972b
commit b5d6563072

View File

@@ -417,6 +417,9 @@
<item>/system/lib64/libblas.so</item> <item>/system/lib64/libblas.so</item>
</string-array> </string-array>
<!-- Should the pinner service pin the Home application? -->
<bool name="config_pinnerHomeApp">true</bool>
<!-- List of biometric sensors on the device, in decreasing strength. Consumed by AuthService <!-- List of biometric sensors on the device, in decreasing strength. Consumed by AuthService
when registering authenticators with BiometricService. Format must be ID:Modality:Strength, when registering authenticators with BiometricService. Format must be ID:Modality:Strength,
where: IDs are unique per device, Modality as defined in BiometricAuthenticator.java, where: IDs are unique per device, Modality as defined in BiometricAuthenticator.java,