Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
How to filter android app in dynamic list?
#1
Hello

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>
Reply

Logout Mark Read Team Forum Stats Members Help
How to filter android app in dynamic list?0