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

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

Merge "Disable UpdateService temporarily."

parents 59f5f415 e6c56134
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -53,9 +53,14 @@ 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() {
        IBinder binder = ServiceManager.getService(EXTRACTOR_UPDATE_SERVICE_NAME);