2020-11-17, 03:41
Hello
I am looking for how to filter specific android app in Kodi..
In advanced, I did make dynamic list as below
With this, I can see current my android smartphone apps icon list correctly in my home.xml.
What I want is ...how to filter it what I need ? For an example, what if I can filter "dialer", then I expect I can see one single android my Phone Dialer app. (Actual this app package name : com.skt.prod.dialer). Does it possible?
If it is not possible, how about favorite list filtering for android apps?
With dynamic list, I can see my fav list with this
I am looking for how to filter specific android app in Kodi..
In advanced, I did make dynamic list as below
xml:
<control type="group" id="2010">
<control type="panel" id="2200">
...
<viewtype label="535">list</viewtype>
<itemlayout height="300" width="230">
<control type="image">
..Size, position..
<texture background="true">$INFO[Listitem.Icon]</texture>
</control>
<focusedlayout height="130" width="150">
<control type="image">
..Size, position..
<texture background="true">$INFO[Listitem.Icon]</texture>
</control>
</focusedlayout>
<content>androidapp://sources/apps/</content>
</control>
With this, I can see current my android smartphone apps icon list correctly in my home.xml.
What I want is ...how to filter it what I need ? For an example, what if I can filter "dialer", then I expect I can see one single android my Phone Dialer app. (Actual this app package name : com.skt.prod.dialer). Does it possible?
If it is not possible, how about favorite list filtering for android apps?
With dynamic list, I can see my fav list with this
xml:
<content>favourites://</content>