Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 755 Bytes

File metadata and controls

21 lines (14 loc) · 755 Bytes

Android Export Plugin Template - Examples

Examples provides a basic real world plugins using android export plugin. If you just want simple configuration, you can check out the template section

Examples

The various examples included are:

BatteryStats Simple Plugin to retrieve the batter stats of an android device.

Image

Wallpaper Simple Plugin which changes the wallpaper of the home screen in android

Image

Caution

This plugin may close the app for android devices with android version 12 or higher. This is due to bug in android.

Checkout the issue with android https://issuetracker.google.com/issues/199995249