It currently supports the following item keys :agent.active_check_status : 1 if active check are enabled, 0 otherwiseagent.hostname : agent hostname as specified in apps preferencesagent.pingagent.versionandroid.manufacturer : manufacturer of the deviceandroid.model : model of the deviceapp.foreground : package name of the current foreground app (not supported on Android >= 5.0)app.running : json formated list of running apps (not supported on Android >= 5.0)gps[
Does not work if app is in background due to google play policy (ask me for a special version to install manually if you need that feature).gps.latitude[
Does not work if app is in background due to google play policy (ask me for a special version to install manually if you need that feature).net.carrier : network carrier namenet.connectivity: device connectivity, one of 2G, 3G, 4Gnet.if.in[if,
This item does not work for Android 10+ (Google restrictions)net.if.out[if,
This item does not work for Android 10+ (Google restrictions)net.{mobile,total}.{rx_bytes,tx_bytes,rx_packets,tx_packets} : bytes/packets received/transmitted on mobile/all interfaces on the device.net.roaming : whether device is currently in roamingnet.signal_strength: signal strength in dBm (mobile network, not wifi)net.wifi.bssid : MAC of the BSSID the device is currently connected to using WiFi.
You need to enable access to GPS/Location query in app settings and enable GPS in your device for Android > 8.0.net.wifi.status : 1 = wifi connected, 0 = not connectednet.wifi.ssid : name of the currently connected SSID.
You need to enable access to GPS/Location query in app settings and enable GPS in your device for Android > 8.0.net.wifi.signal : wifi signal strength, from 0 (low) to 4 (great)power.battery_levelpower.battery_temperaturepower.is_interactive : returns true if device is ready to interact with the user (screen on).power.source : one of "ac", "usb", "wireless", "unplugged"power.status : one of "charging", "full", "discharging"proc.cpu.util[
If the agent still stops responding after some time, enable "Acquire wake lock" from settings menu but remember it will quickly drain your device battery if not on AC.