androidcoreext
Mobile icon

Android Core Ext Plugin

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 13 June 2021
 by 
4.5
 (2 ratings)
androidcoreext

Android Core Ext Plugin

Details
Extention for Cordova Android Core Provide methods to interact with Android core function like minimizeApp, resumeApp, detectApp (detect app availability by package name), uninstallApp. Folk from: https://github.com/chemerisuk/cordova-plugin-core-android-extensions (Icons by Icons8)
Read more

navigator.app.minimizeApp

Shows home screen and sends the app into background

Parameters

  • moveBack: When true the app first tried to return to the previous task in current stack (Boolean)

navigator.app.resumeApp

Brings app into foreground.

navigator.app.detectApp

Detects an app availability.

Parameters

  • packageName: Target app package name

navigator.app.uninstallApp

Trigger an app uninstall dialog.

Parameters

  • packageName: Target app package name

navigator.app.startApp

Starts an app activity.

Parameters

  • packageName: Target app package name
  • componentName: Target app component name (optional)
Release notes (1.0.0)
Reviews (1)
by 
2022-01-26
in version 1.0.0
Would have been a five if a documentation on how to use this were available, I managed to make it work anyway, Thanks.
Team
Other assets in this category