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

Commit ac9a7c05 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Enable MediaUpdateService on userdebug and eng builds."

parents 3351da1d 088fd705
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -53,13 +53,10 @@ public class MediaUpdateService extends SystemService {

    @Override
    public void onStart() {
        // TODO: Uncomment below once sepolicy change is landed.
        /*
        if ("userdebug".equals(android.os.Build.TYPE) || "eng".equals(android.os.Build.TYPE)) {
            connect();
            registerBroadcastReceiver();
        }
        */
    }

    private void connect() {