PlayStore shortcut not working
PlayStore shortcut not working
The main reason why I'm using this lightning launcher for close to 10 years is that it has a Go to Playstore feature like when I long press example Gmail app icon, it gives a pop up menu which includes PlayStore. If I tap on PlayStore, it directly takes me to PlayStore page of the app
. Now this feature is not working. I'm on 14.3 Stable version. I tried previous versions still not working. My Phone is Redmi Note 9 Pro Max running Android 11 with MiUi 12.5.5.
- Attachments
-
- IMG_20241128_071850.jpg (603.21 KiB) Viewed 21323 times
- TrianguloY
- Posts: 110
- Joined: Thu Jan 24, 2019 9:46 am
Re: PlayStore shortcut not working
That option opens a market intent, similar to this one:
market://details?id=com.google.android.gm
In fact internally the code that is being executed can be replicated with this script:
It does work for me, maybe miui is not compatible?
Just to confirm the obvious: do you have play store installed?
market://details?id=com.google.android.gm
In fact internally the code that is being executed can be replicated with this script:
Code: Select all
getHomeScreen().getContext().startActivity(Intent.createChooser(Intent(Intent.ACTION_VIEW, Uri.parse("market://details?id=com.google.android.gm")),""))
Just to confirm the obvious: do you have play store installed?
Re: PlayStore shortcut not working
I can confirm that, on HyperOS 1.0.12.0 (that is a kind of MIUI OS, a crippled Android 14 version) it is working neither.
The intent, if I run it directly (with Fast Run Tool), it works neither.
So I guess too, that MIUI is just not compatible, too much changes from pure Android.
The intent, if I run it directly (with Fast Run Tool), it works neither.
So I guess too, that MIUI is just not compatible, too much changes from pure Android.
LL 14.3 (patch) (conmunity) on Xiaomi Poco X6 Pro 5G with HyperOS 1.0.12.0 (Android 14)
Re: PlayStore shortcut not working
I found it: with the LL patch community version it does not work but with the patch version it works.
I read (I think in GitHub) that scripts are not all working with the community version and the patch version is the preferred version.
Unfortunately I have the community version and to change that it is a lot of work (Tasker > LL vars, Shortcuts not working anymore, Widgets etc.)
But I will switch someday
I read (I think in GitHub) that scripts are not all working with the community version and the patch version is the preferred version.
Unfortunately I have the community version and to change that it is a lot of work (Tasker > LL vars, Shortcuts not working anymore, Widgets etc.)
But I will switch someday

LL 14.3 (patch) (conmunity) on Xiaomi Poco X6 Pro 5G with HyperOS 1.0.12.0 (Android 14)