Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

Commit

Permalink
Fix new camera restrictions (untested)
Browse files Browse the repository at this point in the history
Refs #1757
  • Loading branch information
M66B committed Feb 14, 2015
1 parent f049200 commit 322e541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/biz/bokhorst/xprivacy/XCameraDevice2.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ private XCameraDevice2(Methods method, String restrictionName) {
}

public String getClassName() {
return "android.hardware.camera2.impl.CameraDevice";
return "android.hardware.camera2.impl.CameraDeviceImpl";
}

// @formatter:off
Expand Down

0 comments on commit 322e541

Please sign in to comment.