commit | 7267adf68eb582ff20e2ce1bfb2068caecc4e3f5 | [log] [tgz] |
---|---|---|
author | Sunny Goyal <sunnygoyal@google.com> | Wed May 18 09:47:50 2016 -0700 |
committer | Sunny Goyal <sunnygoyal@google.com> | Wed May 18 09:47:58 2016 -0700 |
tree | f7701eee6cd113ec6e7f1fe5d9f318887e5e27bb | |
parent | 1acb9e9e29bb06b6266781284ae60e9fd4d0962f [diff] |
Fixing build breakage Change-Id: Ib649bff709f4b6e4f173006d267aafa069c2a8b4
diff --git a/src/com/android/launcher3/Launcher.java b/src/com/android/launcher3/Launcher.java index b7dd98d..a5ebb52 100644 --- a/src/com/android/launcher3/Launcher.java +++ b/src/com/android/launcher3/Launcher.java
@@ -4390,10 +4390,6 @@ } } - protected boolean isLauncherPreinstalled() { - return (getApplicationInfo().flags & ApplicationInfo.FLAG_SYSTEM) != 0) - } - /** * To be overridden by subclasses to indicate that there is an activity to launch * before showing the standard launcher experience.