1,414,174 questions
Score of -5
0 answers
41 views
Any code or programs that can block battery manager on a phone? [closed]
I have a Studio Mini 2023 phone running Android 12.
When I first got my phone and set it up, a few years ago, I noticed that I was not getting any notifications other than about text messages and ...
Score of 0
0 answers
34 views
Capacitor+Vite: when including Filesystem plugin, get warning “Unable to read file at path public/plugins”, then fails on import
I'm brand new to Capacitor and Vite. I’m trying to run a trivial Capacitor app that includes the Filesystem plugin, and it seems to build OK but when I run it in Android Studio I see this warning in ...
Score of 0
0 answers
49 views
Flutter Google Sign-In works in release APK but fails in Google Play Internal Testing with [16] Account reauth failed
Question
I'm developing a Flutter Android app and I'm facing an issue with Google Sign-In.
Problem:
Google Sign-In works perfectly when I build and install the release APK locally:
flutter build apk --...
Score of 1
0 answers
43 views
What is the best way to handle adaptive layouts in Compose Multiplatform?
I'm working on a Kotlin Multiplatform app using Compose Multiplatform, and I'm trying to make the same UI work properly across Android phones, Android tablets, iPhones, and iPads.
For example, I want ...
Score of 0
0 answers
60 views
Android Studio Gradle Sync fails with SocketTimeoutException downloading Gradle 8.13
I am creating a new Android project in Android Studio on Windows, but Gradle Sync fails when Android Studio tries to download Gradle 8.13.
The error shown in Android Studio is:
Could not install ...
Score of 2
1 answer
51 views
Android 16 Photo Picker: Image remains pre-selected in "Limited Access" after app reinstall, but the app cannot access it
I'm seeing an unexpected behavior with Limited Photo Access on Android 16 (API 36).
Steps to reproduce
Install an app targeting Android 16 / API 36.
Use the app to create/save an image into ...
Score of -3
0 answers
55 views
Resource for Unicode codepoint coverage for iOS, Android, macOS, Windows and Linux [closed]
Is there a resource that maintains Unicode codepoint coverage for all versions of iOS, Android, macOS, Windows and Linux?
I need to have coverage for iPhoneOS 1.0 to iOS 27.0, Android 2.3.3 to Android ...
Score of -5
0 answers
101 views
Play Store "Install" button missing for returning users + Encrypted Storage surviving uninstalls [closed]
Dealing with two weird production bugs on our Flutter app and need some advice from anyone who has faced this.
The Missing "Install" Button Few users who uninstalled the app cannot ...
Score of -6
0 answers
65 views
Extracting Sender Phone Numbers from WhatsApp Notifications in Android [closed]
This code snippet implements a custom NotificationListenerService in Android to capture incoming notifications from WhatsApp and WhatsApp Business on Android 8.0 (API level 26) and higher.
When a new ...
Score of 0
0 answers
38 views
How can I make a Fragment background extend behind the navigation bar without changing the status bar or other Fragments?
I am working on a custom Android chat screen where the normal Toolbar is hidden. The top area of the Fragment is a custom Z-shaped curved header implemented using a VectorDrawable.
The design is ...
Score of 1
1 answer
53 views
Openrewrite UpgradeToAndroidSDK35 execution fails due to method rewrite() in build.gradle (:app) not found
Running Openrewrite in Android Studio Quail 3 in order to upgrade an old implementation to SDK 35 throws this error:
Build file 'D:\Documents\AndroidStudioProjects\OperationTimeRecord\app\build.gradle'...
Score of 0
0 answers
81 views
Firebase App Check (Play Integrity) failing with 100% "Unverified: invalid requests" on Play Store Internal Testing build (Token generation succeeds) [closed]
I am implementing Firebase App Check using the Play Integrity provider in my Android app. The implementation works perfectly in my local debug environment, but fails completely when deployed through ...
Score of 1
1 answer
96 views
How StateFlow.collectAsState() works
val users = mainVM.users.collectAsState().value
Does .collectAsState() return a State-object, which becomes updated each time the users-collection changes?
Is then .value called automatically each ...
Score of -3
0 answers
76 views
Best practice for requesting full-screen intent + battery optimization exemption without excessive first-run friction (React Native/Expo) [closed]
I'm building a reminder/alarm app in React Native with Expo. To ensure reminders fire reliably on Android 14+, I currently need users to manually grant:
- Notifications
- Alarms & reminders (...
Score of 2
0 answers
71 views
How can I reliably test the Google Play Age Signals requestAgeSignalsAccess() prompt?
I’m integrating version 0.0.4 of the Google Play Age Signals API.
The documentation says that requestAgeSignalsAccess() may display a Google Play–provided prompt for an unsupervised user when age ...