mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
chore(package): bump deps
This commit is contained in:
@@ -33,11 +33,10 @@ import { Plugin, Cordova, IonicNativePlugin } from '@ionic-native/core';
|
||||
pluginRef: 'window.systemAlertWindowPermission',
|
||||
repo: 'https://github.com/MaximBelov/cordova-plugin-system-alert-window-permission.git',
|
||||
install: 'ionic cordova plugin add cordova-plugin-system-alert-window-permission',
|
||||
platforms: ['Android']
|
||||
platforms: ['Android'],
|
||||
})
|
||||
@Injectable()
|
||||
export class SystemAlertWindowPermission extends IonicNativePlugin {
|
||||
|
||||
/**
|
||||
* Check permission
|
||||
* @return {Promise<any>} return 0 when dont have SYSTEM_ALERT_WINDOW permission, 1 when have SYSTEM_ALERT_WINDOW permission
|
||||
@@ -64,5 +63,4 @@ export class SystemAlertWindowPermission extends IonicNativePlugin {
|
||||
openNotificationSettings(): Promise<any> {
|
||||
return;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user