diff options
Diffstat (limited to 'overlay/common/packages/apps')
-rw-r--r-- | overlay/common/packages/apps/ADWLauncher/res/xml/default_workspace.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/overlay/common/packages/apps/ADWLauncher/res/xml/default_workspace.xml b/overlay/common/packages/apps/ADWLauncher/res/xml/default_workspace.xml index dc9f280..a363a8e 100644 --- a/overlay/common/packages/apps/ADWLauncher/res/xml/default_workspace.xml +++ b/overlay/common/packages/apps/ADWLauncher/res/xml/default_workspace.xml @@ -14,10 +14,10 @@ limitations under the License. --> -<favorites xmlns:launcher="http://schemas.android.com/apk/res/org.adw.launcher"> +<favorites xmlns:launcher="http://schemas.android.com/apk/res/com.android.launcher"> <!-- ALL APPS --> <shortcut - launcher:uri="#Intent;action=org.adw.launcher.action.launcheraction;component=org.adw.launcher/.CustomShirtcutActivity;i.DefaultLauncherAction.EXTRA_BINDINGVALUE=4;end" + launcher:uri="#Intent;action=com.android.launcher.action.launcheraction;component=com.android.launcher/.CustomShirtcutActivity;i.DefaultLauncherAction.EXTRA_BINDINGVALUE=4;end" launcher:icon="@drawable/all_apps_button" launcher:title="@string/launcher_actions" launcher:screen="-1" |