Yubico / yubikit-android

Yubico Mobile Android SDK - YubiKit
Apache License 2.0
102 stars 38 forks source link

Use new APIs on Android 13+ #100

Closed AdamVe closed 10 months ago

AdamVe commented 10 months ago

Updates yubikit to use type-safer methods:

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

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