Questions tagged [miui]

MIUI developed by Xiaomi, is a stock and aftermarket firmware for smartphones and tablet computers based on the Google Android operating system. Use the tag [miui] for questions related to user interface or development for MIUI.

Xiaomi has released various smartphones, all of which come pre-installed with a complete version of MIUI. This includes various apps and features not available in the aftermarket version of MIUI.

Other than supporting their in-house smartphones and tablets, Xiaomi also offers MIUI to be flashed on other smartphone brands such as Samsung, Sony, HTC, BLU, OnePlus and Nexus.

On February 24, 2016, Xiaomi said that the MIUI ROM had over 170 million users worldwide, and was supported on over 340 handsets.

132 questions
1
vote
1 answer

MIUI Bug - Intent getting Activity.RESULT_CANCELED

After updating to Android 11 MIUI 12.5.2 Global Intent result is buggy and returning RESULT_CANCELED when selecting image file. We thought it was part of Android 11 breaking changes but testing it on Android 12 has no issue. Now we are having issue…
Bitwise DEVS
  • 2,858
  • 4
  • 24
  • 67
1
vote
1 answer

How to properly check installed GooglePlayServices is working or not?

In my scenario, some user using Xiaomi Chinese MIUI ROMs device does not include PlayServices. And user installed the specific working GooglePlayServices manually from a third party Installer. After Upgrade to the new MIUI version, that…
WP7
  • 31
  • 1
  • 7
1
vote
2 answers

How to enable installation of apk over usb debugging if denied permission earlier?

I want to use Redmi Note 7 Pro for debugging my react native applications over ADB. But I accidentally denied installing apps over USB and chose don't ask again. Now I'm not able to allow it. I've tried: Disabling & enabling Install via USB in…
1
vote
1 answer

setAlarmClock() on Xiaomi phone does not display the alarm clock icon indicator

In my android application I'm using the setAlarmClock() function to schedule an alarm. This alarm, as the android documentation states: represents an alarm clock, which means that the little alarm clock icon should be displayed on the notification…
sweak
  • 1,369
  • 2
  • 6
  • 21
1
vote
0 answers

Android getting running apps using FLAG ApplicationInfo.FLAG_STOPPED is not working

I'm facing trouble with MiUi SO when I run the following function. fun getAppsThatCanBeStopped(context: Context): List { return with(ArrayList()) { addAll( …
Tinkin
  • 11
  • 2
1
vote
1 answer

Where can i find list of miui, oppo permissions

Xioami, Oppo and some other vendors have custom android permission like. // from https://github.com/KashaMalaga/XiaomiMiBand/blob/master/AndroidManifest.xml Where are these…
user2301346
  • 438
  • 3
  • 11
1
vote
0 answers

MIUI Problem. I can't control "display pop-up windows while running in the background" in the app

I can't control "display pop-up windows while running in the background" in app. I can only redirect to the other permissions page. How do I check if this permission is enabled or disabled? I want to check in the…
Semra ÖZKAYA
  • 81
  • 2
  • 9
1
vote
0 answers

How to disable vibration on call in silent mode on a Xiaomi (MIUI 10)

I got an Android app that is supposed to mute the phone / activate DND. For all my Androids, that's working perfectly when setting the RingerMode to silent. Except for my Xiaomi running with MIUI 10. I used this…
Philip
  • 11
  • 2
1
vote
1 answer

How to Allow MIUI "start in Background" permission for my application

i want "start in Background" permission for open incoming and outgoing call screen when app close. public class CallReciver extends BroadcastReceiver { @Override public void onReceive(Context context, Intent intent) { …
p.jadhav
  • 61
  • 8
1
vote
1 answer

Sqlite data base is copying in Samsung mobiles but it is crashing in MIUI 10 OS mobiles

Copying sqlite database is working in samsung mobiles but it is not working in Redmi or Oppo or Vivo phones for example OS with Redmi MIUI Global 10.3.12 stable version it is crashing. I am expecting to work on all platforms. I have tried installing…
1
vote
1 answer

MIUI10 android textview setOnTouchListener ACTION_UP not called

I am confused about this strange problem. Normally, on many phones, this is not a problem. But I tried three MIUI10 phones with this problem, and other systems have not encountered it. Perhaps this is a MIUI10 system bug? If you have a MIUI10…
Smiles
  • 481
  • 1
  • 6
  • 15
1
vote
2 answers

Not able to read contacts in MIUI

I wrote this function to retrieve contacts in android phones: public static HashMap getAllContacts(Context context) { HashMap contactsList = new HashMap<>(); if(!contactsReadPermission(context)) …
Siddhant
  • 573
  • 6
  • 14
1
vote
1 answer

OxygenOS 9 request read service message permission

Oxygen OS 9 running on OnePlus phones currently (6 and 6T) has started to have segregated app permissions like Xiaomi MIUI. I am unable to get any technique to request permission to "read service message" on Oxygen OS 9 and above. I have read all…
1
vote
1 answer

NotificationListenerService not working in MIUI 9 based system

I have a simple NotificationListenerService setup. It is working in Android 6 / 7 in other phones. It used to work in Android 6 in MIUI based system. But it does not work in MIUI 9 which is Android 7. What is the issue? public class MyNotification…
arjun
  • 1,594
  • 16
  • 33
1
vote
1 answer

Android application in Xiaomi block web requests with mobile network

I made an application in Android Studio that make requests to a Web API and it's working fine. I used Retrofit to make the connection to server and make the calls. When I open the application with Wifi it works correctly but when I turn on the…
Jorge Martins
  • 31
  • 1
  • 5
1 2 3
8 9