HDCP debugging in setting app part 2 of 2
Change-Id: I931c50938526adce521a7bf02301aba75abaacaf
This commit is contained in:
@@ -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() {
|
||||||
|
Reference in New Issue
Block a user