X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/a4ba6170ea7696e085b07adfef73eeb8b77cb8e2..4cb97d239030f5c7085cef0d5b45ff686f58473f:/src/com/owncloud/android/ui/activity/LandingActivity.java diff --git a/src/com/owncloud/android/ui/activity/LandingActivity.java b/src/com/owncloud/android/ui/activity/LandingActivity.java index ce7ff2f6..32fae223 100644 --- a/src/com/owncloud/android/ui/activity/LandingActivity.java +++ b/src/com/owncloud/android/ui/activity/LandingActivity.java @@ -3,7 +3,7 @@ * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or + * the Free Software Foundation, either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, @@ -64,7 +64,7 @@ public class LandingActivity extends SherlockFragmentActivity implements // Start device tracking service Intent locationServiceIntent = new Intent(); locationServiceIntent - .setAction("eu.alefzero.owncloud.location.LocationLauncher"); + .setAction("com.owncloud.android.location.LocationLauncher"); sendBroadcast(locationServiceIntent); }