Skip to content

Commit

Permalink
Merge branch 'develop' into release/v6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
graphefruit committed Dec 20, 2022
2 parents a1f59c0 + d1354f6 commit ccb010c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,3 +226,8 @@ cordova-plugin-telerik-imagepicker

fttx-phonegap-plugin-barcodescanner
`<activity android:name="com.google.zxing.client.android.encode.EncodeActivity" android:exported="false" android:label="Share"/>`

cordova-plugin-file/src/android
ContentFileSystem.java
-> Temp fix for import
` String encodedPath = inputURL.uri.getEncodedPath(); String authorityAndPath = encodedPath.substring(encodedPath.indexOf(this.name) + 1 + this.name.length() + 2);`

0 comments on commit ccb010c

Please sign in to comment.