Merge "Remove VR features from apps"

This commit is contained in:
Rupesh Bansal
2022-12-09 13:35:14 +00:00
committed by Android (Google) Code Review
3 changed files with 4 additions and 97 deletions

View File

@@ -35,13 +35,4 @@ public class ShadowPowerManager {
return 0;
}
@Implementation
protected int getMinimumScreenBrightnessForVrSetting() {
return 0;
}
@Implementation
protected int getMaximumScreenBrightnessForVrSetting() {
return 0;
}
}