64 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
116
views
SSL error on some Android devices (Redmi Note 11, Android 13) when loading image from DigitalOcean Spaces
I have an Android app where I load images either using Glide + PhotoView or fallback to WebView. For most users everything works fine, but on some devices (for example Redmi Note 11, Android 13) the ...
0
votes
0
answers
39
views
How to reliably listen to notifications in Android (without NotificationListenerService issues on MIUI devices)?
I'm working on an Android app where I rely on Google Calendar webhook notifications to sync calendar events. To listen to these incoming notifications, I'm currently using a ...
1
vote
0
answers
54
views
How i can run my app in MIUI Floating Window by some Codes
I want some way to run my application on a popup window I want some way to run my application on a popup window I mean MIUI Floating Window Using some codes in the Android Java language.
intent....
1
vote
1
answer
1k
views
Fetch health information from smartwatch and transfer it to mobile phone via Bluetooth
I need to get the data like heart rate and blood oxygen level from smartwatch and send it to a mobile phone.
I researched and found out I could use the Data Layer API to synch and send data between a ...
1
vote
0
answers
340
views
Error using Firebase AppCheck and Play Integrity in Xiaomi Redmi Note 9S (403 - App attestation failed)
A user of our app is getting the following error when we try to retrieve the Firebase AppCheck token (Play Integrity) to verify their device (in the Login screen):
com.google.firebase....
2
votes
0
answers
222
views
Xiaomi device system not notify app after successfully pinned widget when call requestPinAppWidget
I'm developing and Android widget app using kotlin. I want my app can pin widget to home screen programmatically. As the android docs said, I can use requestPinAppWidget() to achieve this. There is a ...
0
votes
0
answers
102
views
Redmi Note 7 doesn't list down flutter Apps
I am working on smart plantation application on flutter, and my emulator is my redmi note 7.
Issue is I want to enable location permission via my mobile device but when I go to the app list, it shows ...
0
votes
0
answers
2k
views
How to enable "Display over other apps" on Redmi A1+
How to enable Display over other apps on Redmi A1+
I have seen a code that could help circumvent the permission for specific apps, but I don't know how to add the code into the manifest.
7
votes
0
answers
664
views
Android 11 - Wireless Debugging turns off when phones' display turns off
I have been having this problem with my Redmi Note 9 Pro. Whenever I turn on wireless debugging, it turns off whenever the device goes to sleep. I have checked WiFi settings for turn off WiFi during ...
1
vote
1
answer
458
views
Intent.createChooser not working for sharing image in REDMI xiomi devices
Intent.createChooser not working for sharing image in REDMI devices
I am saving image locally in my external storage of device and then passing the URI of that image in Intent.putExtra(Intent....
2
votes
0
answers
389
views
How to disable/enable MIUI optimization in Redmi devices
Our client requirement is they don't want to navigate the developer page and turn on the MIUI Optimization. How do I achieve to turn on MIUI Optimization Programmatically in Redmi note 10 pro. Is it ...
4
votes
1
answer
937
views
How to Disable copy/paste option of Xamarin forms Entry control in Redmi note 12 pro device?
I want to disable copy/paste option of my Entry control in Xamarin forms application. I am using custom renderer for that. The current solution is working in all the other devices apart from Redmi ...
2
votes
1
answer
1k
views
Intent ACTION_FINGERPRINT_ENROLL on Redmi results in exception
On a Xiaomi Redmi Note 9 Pro we try to open the fingerprint enrollment with the following code:
val intent = Intent(Settings.ACTION_FINGERPRINT_ENROLL)
startActivityForResult(intent, ...
0
votes
0
answers
270
views
Compatibility of SQLcipher with android devices
I've managed to successfully manage an Sqlite database using SQLcipher in Android emulator, but when using the exact same code in a redmi device it fails in an essential thing for managing the ...
0
votes
0
answers
2k
views
Bluetooth "Additional settings" in Xiaomi Redmi Note8 Pro or above
I wrote the code to turn ON and scan the available Bluetooth.
Reference1
Reference2
The code works fine on all the phones except "Xiaomi Redmi Note8 Pro" or above.
The Redmi phone has ...