ac3c2cdea4
Some issues require a system error to be raised that indicates we should retry the process. This adds a new error and bumps the version of the api for future use. Test: atest keystore2_test Bug: 238619180 Change-Id: Iff8fa83f7b223e08de9fa31434e16aa3aa2153f6
10 lines
288 B
XML
10 lines
288 B
XML
<manifest version="1.0" type="framework">
|
|
<hal format="aidl">
|
|
<name>android.system.keystore2</name>
|
|
<version>4</version>
|
|
<interface>
|
|
<name>IKeystoreService</name>
|
|
<instance>default</instance>
|
|
</interface>
|
|
</hal>
|
|
</manifest>
|