Update README.md

This commit is contained in:
pwlin 2020-06-08 18:56:18 +01:00 committed by GitHub
parent 79c8b63db7
commit d9ca0f7dea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -133,7 +133,9 @@ cordova.plugins.fileOpener2.showOpenWithDialog(
## fileOpener2.uninstall(packageId, callbackContext)
Uninstall a package with its ID
Uninstall a package with its ID.
__Note__: You need to add `<uses-permission android:name="android.permission.REQUEST_DELETE_PACKAGES" />` to your `AndroidManifest.xml`
### Supported Platforms