HDCP debugging in setting app part 2 of 2

Change-Id: I931c50938526adce521a7bf02301aba75abaacaf
This commit is contained in:
Glenn Kasten
2011-04-11 11:11:56 -07:00
parent 8214c76e27
commit 858fd9a030

View File

@@ -64,7 +64,7 @@ public class DevelopmentSettings extends PreferenceFragment
mKeepScreenOn = (CheckBoxPreference) findPreference(KEEP_SCREEN_ON); mKeepScreenOn = (CheckBoxPreference) findPreference(KEEP_SCREEN_ON);
mAllowMockLocation = (CheckBoxPreference) findPreference(ALLOW_MOCK_LOCATION); mAllowMockLocation = (CheckBoxPreference) findPreference(ALLOW_MOCK_LOCATION);
removeHdcpOptionsForProduction(); //removeHdcpOptionsForProduction();
} }
private void removeHdcpOptionsForProduction() { private void removeHdcpOptionsForProduction() {