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

Commit e6c56134 authored by Dongwon Kang's avatar Dongwon Kang
Browse files

Disable UpdateService temporarily.

Test: build & boots without untracked SELinux denials
Bug: 72066295
Change-Id: Id4564e849e74b2cdd6b935bec2b4db29f8ccd778
parent 569da9ff
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);