I have an app that works fine on Android 13, but can't be installed on new phones with Android 14. I changed the line in the Manifest Editor: <uses-sdk android:minSdkVersion="16" android:targetSdkVersion="26" /> to <uses-sdk android:minSdkVersion="13" android:compileSdkVersion="33" android:targetSdkVersion="34"/>. I install it on a Xiaomi HyperOS emulator with Android 14 and it installs but online sim.Start() (Dim sim As simcard) gives me the error "the uid 10207 does not meet the requirements to acces device identifiers". Can you help me?