1,414,144 questions
Score of 0
0 answers
22 views
Android stripping geo-location from photos before upload in browsers
It seems like one of the latest Android updates has introduced a "privacy feature" that strips the geo-location from photos uploaded through a mobile browser like chrome or firefox. A ...
Score of 0
0 answers
46 views
Android AccountManager addAccountExplicitly method returns false only for one user
Android AccountManager has been used on our app since 2017 implemented by the earlier devs. Recently we found out that a particular user had problems with login. It took us weeks and we really could ...
Score of 0
0 answers
26 views
Should the `adi-registration.properties` file in Android be added to git?
I submitted an app package name to the Google Developer Console for verification and allow sideloading and distribution through other channels. As part of the verification process, they wanted me to ...
Score of -2
0 answers
57 views
Is it possible to run lib gdx without OpenGL?
Is it possible to run lib gdx without OpenGL?
I'm currently using a 12-inch Surface Pro with Windows 11 and an ARM processor.
When I try to build my libgdx project in Java, I get a linking error:
...
Score of -2
2 answers
69 views
Why does deleting an item from keyboard clipboard history not remove it from paste (Android/iOS)?
I'm trying to understand the actual technical difference between the OS-level clipboard and the "clipboard history" shown inside keyboard apps (like Gboard, Samsung Keyboard).
What I've ...
Score of -2
0 answers
64 views
Delphi 13 Android deployment fails with E7432 NoSuchFileException for missing JAR files
I am trying to migrate a Delphi FMX application from Delphi 11 to Delphi 13 and deploy it to Android.
The application deployed successfully with Delphi 11, but after moving to Delphi 13 I get a long ...
Score of 1
0 answers
70 views
Flutter Android 11, 12, and 13 HandshakeException After SSL Certificate Update
I am developing a Flutter Android application, and the app is showing a HandshakeException on devices running Android 11, Android 12, and Android 13.
The issue started after the SSL certificate was ...
Score of -1
1 answer
53 views
Firebase Phone Auth fails with error 17028 "Invalid app info in play_integrity_token" despite correctly registered SHA fingerprints [duplicate]
Our Android app (React Native, package `com.rajselfdrive.app`) fails Firebase Phone Authentication for ALL real phone numbers with:
"This app is not authorized to use Firebase Authentication. ...
Score of 0
0 answers
75 views
Firebase Phone Auth fails with "no matching SHA-256 registered" despite correct SHA-256 registered in Firebase Console (Play App Signing key)
I'm getting a persistent Firebase Phone Authentication failure on real phone numbers (test numbers work fine) for a React Native + Expo Android app.
Error from Logcat:
[SmsRetrieverHelper] SMS ...
Score of 2
0 answers
55 views
Adaptive tab layout in Jetpack Compose
I have a custom tab row with this behaviour:
If all tabs fit, they share the available width equally.
If they don't fit, each tab uses its required width and the row becomes horizontally scrollable.
...
Score of 1
0 answers
83 views
How can I prevent a Flutter WebView from navigating to external URLs or opening other pages?
I'm building a vidsrc.to client to watch movies on my Android phone, using webview_flutter 4.x, I want to load a specific embedded video page inside a WebView, but I need to prevent the webpage from ...
Score of 5
2 answers
137 views
.NET Maui returns png header when expecting BMP
When I try to convert an image in .NET Maui using IImage the resulting bmp has png headers rather than BMP headers. How can I create a proper BMP file?
My code:
IImage image = PlatformImage....
Score of 2
2 answers
90 views
Compose InputTransformation for Custom Keypad Validation
I am using the state-based BasicTextField API in Jetpack Compose with a custom numeric keypad. I want the TextFieldState to contain only the raw digits, while an OutputTransformation displays them as ...
Score of 0
0 answers
56 views
Unresolved reference 'ExposedDropdownMenu' in one file only - correct code, survives Invalidate Caches + Clean Rebuild
I have a Jetpack Compose screen that fails to build with this error:
e: AssignTaskScreen.kt:16:35 Unresolved reference 'ExposedDropdownMenu'.
This same error was already fixed in other files using ...
Score of 0
1 answer
54 views
MediaPlayer routes USAGE_MEDIA to the earpiece on moto g stylus 5G (Android 15) — every routing API returns success
I'm stuck on a sound-recording routing issue on a specific Android device and I could really use another pair of eyes.
This is a STT / TTS (speech <-> text) chat app. When the STT transcription ...