Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel1
maxLevel2
outlinefalse
styledefault
typelist
printabletrue

...

Code Block
languagexml
<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
isMissingRequiredParameterstrue

Date

Demo

Library

Revision

http://fm.htek.com/rs/sdk/demo/MyDialer_20240515.zip

http://fm.htek.com/rs/sdk/package/hlsdk-5.42.1.7.1.32B5.zip

bc1277b5dd6b044f6bef82f03c1fcfec15f624bc

...