1,414,470 questions
Score of 0
0 answers
27 views
Android Geofence BroadcastReceiver not invoked after app is swiped away (killed state)
I have implemented Android Geofencing in a Flutter app using native Kotlin code.
The geofence works correctly when:
App is in foreground working
App is in background working
However, when I swipe ...
Score of -2
0 answers
39 views
Production-ready non-root way to disable FLAG_SECURE from another app?
We are developing a parental control application and are looking for a production-ready, non-root solution to disable or bypass FLAG_SECURE from our app for another app.
We've researched tools like ...
Score of 0
0 answers
31 views
Android Studio UI Testing with Journey Has Wired Behavior on TextField
So I was trying to use Journey to do a UI test, and found that after it enters the text into the TextField it will go to the next line (and exit the app) for no reason, it's 100% reproduceable.
Test ...
Score of 0
0 answers
39 views
AndroidX Glance ImageProvider(Bitmap) does not update after system theme changes while ColorProvider content does
I'm investigating what appears to be an issue with AndroidX Glance widgets and would like to know whether this is expected behavior, a limitation of ImageProvider(Bitmap), or a bug.
Environment
...
Score of -2
0 answers
65 views
Layout UI isn't reproduced correctly in Emulator Pixel 10 Pro
I created a new app using an old layout scheme which have always been shown correctly in Pixel 2 API 27 but after reopening Android Studio this emulator didn't start anymore. So I created a new ...
Tooling
0
votes
0
replies
67
views
How can i build an audio video overlay module for my app?
i am building an app using expo where i want the user to be able to create videos by recording the audio and video separately after which the app automatically overlays the audio over the video that ...
Advice
0
votes
0
replies
62
views
How i can start with Add Firebase Admin SDK, dependencies, folder structure, service account setup
- Spring Boot
- Android (Jetpack Compose)
- Kotlin
I want my Spring Boot backend to send FCM notifications when an order status changes.
Before writing code, I'd like to understand the recommended ...
Advice
0
votes
2
replies
94
views
Notification Service in android when app is in background
I am building an e commerce app using Android Kotlin Jetpack Compose with Admin Pannel. If admin update the status of order how my android app will know the status of order to push notification.My ...
Score of -3
0 answers
72 views
How do I transcribe call audio without going on the cloud? [closed]
How do I achieve this? Right now I have tried a lot of different permissions and routes to achieve this but always receive a silent stream of audio the moment a call starts.
Advice
0
votes
20
replies
237
views
Software engineering
Basically its been 4 years i searching what does a software engineers do, and what to learn to become one. and whats the difference between software developer and software engineer ,also in my 2nd ...
Score of -1
0 answers
68 views
Android game (Eliatopia) returns com.amazon.coral.service#UnrecognizedClientException: The security token included in the request is invalid [closed]
__type":"com.amazon.coral.service#UnrecognizedClientException",
"message":"The security token included in the request is invalid."
Device information:
Device: TECNO ...
Advice
0
votes
1
replies
91
views
How can an Android phone app retrieve the list of installed apps from a connected Android TV over Wi-Fi?
I'm developing an Android TV remote control application that connects to an Android TV over the local Wi-Fi network.
One feature I want to implement is an Apps screen where users can see all apps ...
Score of -6
0 answers
109 views
Decrypting a wordlist decoded from an Android APK [closed]
I have a wordlist that is embedded into an android app
The wordlist is encrypted and stored in several byte arrays in the code below. The arrays must be joined together in the same order.
The order is:...
Score of 0
1 answer
97 views
Can't set up Google OAuth 2.0 from Expo Go
I'm developing a react app. Google OAuth 2.0 login works on the web version. However, on Android (Expo Go), I constantly encounter the error:
Access blocked:
Authorization Error.
Error 400: ...
Advice
0
votes
2
replies
96
views
How to reset upload signing key (.jks) in the new Google Play Console UI (missing App Integrity/App Signing section)?
Google has updated the Play Console layout, making it difficult to find the key management options.
If you are stuck and cannot find the options in the sidebar, you can access the page directly by ...