List of Android smart phones that support Android StrongBox on API 28(Android Pie)
问题 I need the list of Android phones that support secure element and StrongBox in Android 9. Where or how can I find that? I tried the code below with Samsung Galaxy S9 and also with AVD Google Pixle XL API 28 KeyPairGenerator kpg = null; kpg = KeyPairGenerator.getInstance( KeyProperties.KEY_ALGORITHM_RSA, "AndroidKeyStore"); kpg.initialize(new KeyGenParameterSpec.Builder("keystore1", KeyProperties.PURPOSE_SIGN) .setCertificateSerialNumber(BigInteger.valueOf(1L)) .setCertificateSubject(new