Merge "Stop invoke initAppOps in Camera default constructor."

This commit is contained in:
Treehugger Robot
2018-09-11 01:32:53 +00:00
committed by Gerrit Code Review

View File

@@ -575,9 +575,7 @@ public class Camera {
/**
* An empty Camera for testing purpose.
*/
Camera() {
initAppOps();
}
Camera() {}
private void initAppOps() {
IBinder b = ServiceManager.getService(Context.APP_OPS_SERVICE);