Remove VR features from apps

Bug: 260555143
Test: atest com.android.server.power
Change-Id: I7d1938363dacb06f93cea69672a710ccbb76012e
This commit is contained in:
Rupesh Bansal
2022-12-06 13:42:47 +00:00
parent 39b4cbbc1a
commit bc255db77a
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;
}
}