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

Commit 858fd9a0 authored by Glenn Kasten's avatar Glenn Kasten
Browse files

HDCP debugging in setting app part 2 of 2

Change-Id: I931c50938526adce521a7bf02301aba75abaacaf
parent 8214c76e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ public class DevelopmentSettings extends PreferenceFragment
        mKeepScreenOn = (CheckBoxPreference) findPreference(KEEP_SCREEN_ON);
        mAllowMockLocation = (CheckBoxPreference) findPreference(ALLOW_MOCK_LOCATION);

        removeHdcpOptionsForProduction();
        //removeHdcpOptionsForProduction();
    }

    private void removeHdcpOptionsForProduction() {