Yubico / yubikit-android

Yubico Mobile Android SDK - YubiKit
Apache License 2.0
115 stars 42 forks source link

Use new APIs on Android 13+ #100

Closed AdamVe closed 1 year ago

AdamVe commented 1 year ago

Updates yubikit to use type-safer methods:

Intent.getParcelableExtra(String) -> Intent.getParcelableExtra(String, Class)

Bundle.getSerializable(String) -> Bundle.getSerializable(String, Class)