Table of Contents | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Code Block | ||
---|---|---|
| ||
<receiver android:name=".MockReceiver" android:exported="true" android:enabled="true"> <intent-filter> <action android:name="android.intent.action.LOCKED_BOOT_COMPLETED" /> <action android:name="android.intent.action.BOOT_COMPLETED" /> <action android:name="android.intent.action.QUICKBOOT_POWERON" /> </intent-filter> </receiver> |
Htek SDK Demo & Library Download
Anchor | ||
---|---|---|
|
Date | Demo | Library | Revision |
---|---|---|---|
| bc1277b5dd6b044f6bef82f03c1fcfec15f624bc | ||
...