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

Commit 088fd705 authored by Dongwon Kang's avatar Dongwon Kang
Browse files

Enable MediaUpdateService on userdebug and eng builds.

Test: play a mp4 file. boots without untracked SELinux denials.
Bug: 67908547
Change-Id: If8c1563722aa58f61af715ec81443546ef16e25f
parent 1507c3ef
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() {