Skip to content

Commit 16240d8

Browse files
Update README.md
1 parent c2e5845 commit 16240d8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ With an activity call, triggering SDK for capture activity can be done.Most oper
8686

8787
```java
8888
//JAVA
89-
Intent CameraIntent = new Intent(this,Class.forName("com.extrieve.quickcapture.sdk.CameraHelper")); UriphotoURI = Uri.parse(Config.CaptureSupport.OutputPath);
89+
Intent CameraIntent = new Intent(this,Class.forName("com.extrieve.quickcapture.sdk.CameraHelper"));
90+
UriphotoURI = Uri.parse(Config.CaptureSupport.OutputPath);
9091
this.grantUriPermission(this.getPackageName(),photoURI,Intent.FLAG_GRANT_WRITE_URI_PERMISSION | Intent.FLAG_GRANT_READ_URI_PERMISSION);
9192
if (Build.VERSION.SDK_INT <= Build.VERSION_CODES.LOLLIPOP) {
9293
CameraIntent.addFlags(Intent.FLAG_GRANT_WRITE_URI_PERMISSION);

0 commit comments

Comments
 (0)