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,11 +16,9 @@
|
|||
package website.christine.xesite;
|
||||
|
||||
|
||||
|
||||
public class Application extends android.app.Application {
|
||||
|
||||
|
||||
|
||||
@Override
|
||||
public void onCreate() {
|
||||
super.onCreate();
|
||||
|
|
|
@ -18,20 +18,16 @@ package website.christine.xesite;
|
|||
import android.net.Uri;
|
||||
|
||||
|
||||
|
||||
public class LauncherActivity
|
||||
extends com.google.androidbrowserhelper.trusted.LauncherActivity {
|
||||
|
||||
|
||||
|
||||
|
||||
@Override
|
||||
protected Uri getLaunchingUrl() {
|
||||
// Get the original launch Url.
|
||||
Uri uri = super.getLaunchingUrl();
|
||||
|
||||
|
||||
|
||||
return uri;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue