1<manifest
2  package="com.android.incallui.answer.impl.hint"
3  xmlns:android="http://schemas.android.com/apk/res/android">
4
5  <application>
6    <receiver android:name=".PawSecretCodeListener"
7        android:exported="true">
8      <intent-filter>
9        <action android:name="android.provider.Telephony.SECRET_CODE" />
10        <data android:scheme="android_secret_code" />
11      </intent-filter>
12    </receiver>
13  </application>
14</manifest>
15