Ink
10/08/2021, 11:55 AM<queries>
<package android:name="kl.mobile.myapp" />
</queries>
but it doesn't work on Android 11. What I forgot to add?
On Android 9, 10 it works
https://developer.android.com/guide/topics/manifest/queries-elementGokul
10/08/2021, 12:10 PMInk
10/08/2021, 12:25 PM<intent>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent>
I just open another app from my app.Gokul
10/08/2021, 12:29 PMInk
10/08/2021, 12:30 PMGokul
10/08/2021, 12:31 PMInk
10/08/2021, 12:32 PM