Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bf89c797 authored by Eran Messeri's avatar Eran Messeri
Browse files

Update the default KeyMint version

As the current KeyMint version is 2 (200), reflect that in the default
XML.

Devices that ship with older KeyMint/KeyMaster version should override
the default android.hardware.hardware_keystore.xml file with the
version they support.

Test: android.keystore.cts.KeyAttestationTest#testAttestationKmVersionMatchesFeatureVersion
Bug: 222406513
Bug: 216543583
Change-Id: I6f2229019929cff747cec3907fc2a9b8ebebdcf4
parent 5ee0d153
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,5 +14,5 @@
     limitations under the License.
-->
<permissions>
  <feature name="android.hardware.hardware_keystore" version="100" />
  <feature name="android.hardware.hardware_keystore" version="200" />
</permissions>