Merge "Add vendor_required_attestation_revocation_list_url property to be used by Attestation Verification Framework and partner overlay."
This commit is contained in:
@@ -1278,6 +1278,7 @@
|
|||||||
<java-symbol type="array" name="vendor_required_apps_managed_profile" />
|
<java-symbol type="array" name="vendor_required_apps_managed_profile" />
|
||||||
<java-symbol type="array" name="vendor_required_apps_managed_device" />
|
<java-symbol type="array" name="vendor_required_apps_managed_device" />
|
||||||
<java-symbol type="array" name="vendor_required_attestation_certificates" />
|
<java-symbol type="array" name="vendor_required_attestation_certificates" />
|
||||||
|
<java-symbol type="string" name="vendor_required_attestation_revocation_list_url" />
|
||||||
<java-symbol type="array" name="vendor_disallowed_apps_managed_user" />
|
<java-symbol type="array" name="vendor_disallowed_apps_managed_user" />
|
||||||
<java-symbol type="array" name="vendor_disallowed_apps_managed_profile" />
|
<java-symbol type="array" name="vendor_disallowed_apps_managed_profile" />
|
||||||
<java-symbol type="array" name="vendor_disallowed_apps_managed_device" />
|
<java-symbol type="array" name="vendor_disallowed_apps_managed_device" />
|
||||||
|
|||||||
@@ -29,4 +29,10 @@
|
|||||||
-->
|
-->
|
||||||
<string-array translatable="false" name="vendor_required_attestation_certificates">
|
<string-array translatable="false" name="vendor_required_attestation_certificates">
|
||||||
</string-array>
|
</string-array>
|
||||||
|
|
||||||
|
<!-- Url to mapping of revoked certificates' hex encoded serial numbers. Example format
|
||||||
|
can be found at:
|
||||||
|
https://developer.android.com/training/articles/security-key-attestation#certificate_status
|
||||||
|
-->
|
||||||
|
<string translatable="false" name="vendor_required_attestation_revocation_list_url"></string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
Reference in New Issue
Block a user