7
Examples
The
Qeedji
is hos ng APK examples using the AOSP SDK for TAB10s:
: displays a message
Hello Qeedji
when a person is detected, or displays a message
Nobody detected
when no one is detected.
This APK uses the
API with a default sensor of type
.
: detects
NFC
tags or
RFID 125KHz
tags and print their values (type and ID).
This APK uses the
API for NFC tags and the
for RFID 125KHz tags.
The
feature API are required.
: allows to set the surround light color and state with steady/green, steady/orange, steady/red, off.
This APK uses the SurroundLight class described in the specific API.
: displays device informa ons.
This APK uses the
and the DipSwitch class described in the specific API.
These permissions are required:
, READ_PRIVILEGED_PHONE_STATE,
BLUETOOTH_PERM and LOCAL_MAC_ADDRESS_PERM.
This APK has system privileges.
: is launched automa cally a er a device reboot. It is relaunched also automa cally a er it crashes.
This APK uses the
Thread.UncaughtExcep onHandler
APIs.
The
permission is required.