Skip to content

Instantly share code, notes, and snippets.

@llelectronics
Created January 21, 2026 16:53
Show Gist options
  • Select an option

  • Save llelectronics/5d7302a666175fdcaca0627960eea184 to your computer and use it in GitHub Desktop.

Select an option

Save llelectronics/5d7302a666175fdcaca0627960eea184 to your computer and use it in GitHub Desktop.
Xiaomi Fix notification delays HyperOS 3.0 (CN)
# Get a list of packages you want to whitelist (you can add more apps to the list if you want to for example |threema)
pm list packages -e -3 | grep -E "zalo|facebook|gm|telegram|instagram|ugc|discord|whatsapp|twitter|mastodon|sms|reddit|wechat" | sed -e "s/^package://"
# Get apps on the white list currently
cmd settings get system cloud_lowlatency_whitelist
# Write new apps to the white list
cmd settings put system cloud_lowlatency_whitelist <LIST_OF_PACKAGES_SEPARATED_BY_COMMA>
Example:
cmd settings put system cloud_lowlatency_whitelist com.tencent.mm,com.tencent.mobileqq,com.whatsapp,com.tencent.tmgp.sgame,com.netease.onmyoji.mi,com.UCMobile,com.qiyi.video,com.kugou.android,com.smile.gifmaker,com.baidu.searchbox,com.taobao.taobao,com.ss.android.article.news,com.sina.weibo,com.eg.android.AlipayGphone,com.qihoo.browser,com.tencent.mtt,com.qq.reader,com.snda.wifilocating,com.funshion.video.mobile,com.pplive.androidphone,com.letv.android.client,com.hunantv.imgo.activity,com.tencent.qqlive,com.tencent.news,com.netease.newsreader.activity,com.ss.android.article.video,com.youku.phone,com.chaozh.iReaderFree,cn.jj,com.mfp.jelly.xiaomi,com.supercell.clashofclans.mi,com.tencent.tmgp.cf,com.cmplay.tiles2_cn.mi,com.qqgame.hlddz,com.happyelements.AndroidAnimal,com.ztgame.bob,com.wepie.snake.new.mi,com.tencent.peng,com.happyelements.AndroidClover.mob,com.supercell.boombeach.mi,com.qqgame.happymj,com.netease.my.mi,com.tencent.feiji,com.tencent.qqgame.xq,com.tuyoo.tudoudizhu.mi,air.xiangqi,com.zplay.popstarclassic,com.tencent.tmgp.pvz2hdtxyyb,com.cnvcs.xiangqi,com.tencent.qqgame,com.og.danjiddz.xyhdx,com.twitter.android,org.telegram.messenger,com.reddit.frontpage,org.joinmastodon.android,com.discord,app.revanced.android.gms,com.instagram.android,app.revanced.android.apps.youtube.music,com.google.android.apps.youtube.producer,app.revanced.android.youtube,com.google.android.ims,org.thoughtcrime.securesms,com.facebook.katana,com.mgoogle.android.gms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment