mirror of https://github.com/Xe/xesite_android
reformat
Signed-off-by: Christine Dodrill <me@christine.website>
This commit is contained in:
parent
3a7da00929
commit
c3b61ef581
|
@ -16,14 +16,12 @@
|
||||||
package website.christine.xesite;
|
package website.christine.xesite;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
public class Application extends android.app.Application {
|
public class Application extends android.app.Application {
|
||||||
|
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void onCreate() {
|
||||||
|
super.onCreate();
|
||||||
|
|
||||||
@Override
|
}
|
||||||
public void onCreate() {
|
|
||||||
super.onCreate();
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,7 +11,7 @@ public class DelegationService extends
|
||||||
super.onCreate();
|
super.onCreate();
|
||||||
|
|
||||||
|
|
||||||
registerExtraCommandHandler(new LocationDelegationExtraCommandHandler());
|
registerExtraCommandHandler(new LocationDelegationExtraCommandHandler());
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -18,20 +18,16 @@ package website.christine.xesite;
|
||||||
import android.net.Uri;
|
import android.net.Uri;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
public class LauncherActivity
|
public class LauncherActivity
|
||||||
extends com.google.androidbrowserhelper.trusted.LauncherActivity {
|
extends com.google.androidbrowserhelper.trusted.LauncherActivity {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected Uri getLaunchingUrl() {
|
protected Uri getLaunchingUrl() {
|
||||||
// Get the original launch Url.
|
// Get the original launch Url.
|
||||||
Uri uri = super.getLaunchingUrl();
|
Uri uri = super.getLaunchingUrl();
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
return uri;
|
return uri;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue