Loading src/com/android/settings/DevelopmentSettings.java +1 −1 Original line number Diff line number Diff line Loading @@ -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() { Loading Loading
src/com/android/settings/DevelopmentSettings.java +1 −1 Original line number Diff line number Diff line Loading @@ -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() { Loading