Details
-
User Story
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
5.9.4, 5.12.0, 5.12.1, 6.7.0
-
-
2022wk32FOQtforAndroid, 2023wk52FOQtforAndroid, 2024wk4Xs3FOQtforAndroid
Description
Update android sources to support AndroidX, cause this is the future of android libraries. https://developer.android.com/jetpack/androidx/
For example, I want to use new https://developer.android.com/reference/androidx/biometric/BiometricPrompt in my Qt app. For it, I need QtActivity to extend FragmentActivity from androidx, not just the activity. Of course, I edit manually Qt java sources, and everything works fine, but I thing that this is good point to be added in any future qt release.
Attachments
Issue Links
- depends on
-
QTBUG-85232 Use Gradle for building Qt for Android
- Open
- relates to
-
QTBUG-130550 Use @NonNull and @Nullable annotations on Android code
- Open
- resulted in
-
QTBUG-100641 Cross platform API for biometric authentication
- Reported