mirror of
https://gitee.com/shuto/cordova-plugin-file-opener2.git
synced 2025-01-31 12:02:49 +08:00
Fixed the typo
This commit is contained in:
parent
fc79828ef6
commit
2686c86ac3
@ -70,7 +70,7 @@ Uninstall a package with its id.
|
||||
###.appIsInstalled(_packageId, callbackContext_)
|
||||
Check if an app is already installed.
|
||||
|
||||
cordova.plugins.fileOpener2.isAppInstalled('com.adobe.reader', {
|
||||
cordova.plugins.fileOpener2.appIsInstalled('com.adobe.reader', {
|
||||
success : function(res) {
|
||||
if (res.status === 0) {
|
||||
console.log('Adobe Reader is not installed.');
|
||||
|
Loading…
Reference in New Issue
Block a user