Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d305bf3d authored by Kenny Guy's avatar Kenny Guy Committed by Android Git Automerger
Browse files

am 88cfb428: Merge "Tidy up unused hidden methods in LauncherApps" into lmp-mr1-dev

* commit '88cfb428':
  Tidy up unused hidden methods in LauncherApps
parents 94efda63 88cfb428
Loading
Loading
Loading
Loading
+0 −16
Original line number Diff line number Diff line
@@ -499,20 +499,4 @@ public class LauncherApps {
            obtainMessage(MSG_UNAVAILABLE, info).sendToTarget();
        }
    }

    /**
     * TODO Remove after 2014-09-22
     * @hide
     */
    public void addCallback(Callback callback) {
        registerCallback(callback);
    }

    /**
     * TODO Remove after 2014-09-22
     * @hide
     */
    public void removeCallback(Callback callback) {
        unregisterCallback(callback);
    }
}