diff options
author | ronie <ronie@users.noreply.github.com> | 2016-09-09 17:23:10 +0200 |
---|---|---|
committer | ronie <ronie@users.noreply.github.com> | 2016-09-11 14:40:33 +0200 |
commit | 0a34cc4774220b088e115788882df55fae9e68ad (patch) | |
tree | b417f03969fe32c516bd3503b09e5652dcb909e0 /addons/skin.estuary | |
parent | ce1e15e894424252e02aa486fbc603da177991fe (diff) |
Custom_1100_AddonLauncher.xml - Fix listing and accesing android apps
Diffstat (limited to 'addons/skin.estuary')
-rw-r--r-- | addons/skin.estuary/1080i/Custom_1100_AddonLauncher.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/addons/skin.estuary/1080i/Custom_1100_AddonLauncher.xml b/addons/skin.estuary/1080i/Custom_1100_AddonLauncher.xml index f9b3b2a184..30d85e9f8e 100644 --- a/addons/skin.estuary/1080i/Custom_1100_AddonLauncher.xml +++ b/addons/skin.estuary/1080i/Custom_1100_AddonLauncher.xml @@ -132,11 +132,11 @@ <property name="path">addons://sources/executable/</property> </item> <item id="4"> - <label>$LOCALIZE[1043]</label> - <onclick>ActivateWindow(programs,androidapps://,return)</onclick> + <label>$LOCALIZE[20244]</label> + <onclick>ActivateWindow(programs,androidapp://sources/apps/,return)</onclick> <thumb>icons/settings/android.png</thumb> <property name="id">android</property> - <property name="path">androidapps://</property> + <property name="path">androidapp://sources/apps/</property> <visible>System.Platform.Android</visible> </item> <item id="5"> @@ -267,7 +267,7 @@ <include content="AddonLauncherPanel" condition="System.Platform.Android"> <param name="container_id" value="506" /> <param name="visible" value="Container(9000).HasFocus(4)" /> - <param name="container_path" value="androidapps://" /> + <param name="container_path" value="androidapp://sources/apps/" /> <param name="container_target" value="programs" /> </include> <include content="AddonLauncherPanel"> |