• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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      <intent-filter>
8        <action android:name="android.provider.Telephony.SECRET_CODE" />
9        <data android:scheme="android_secret_code" />
10      </intent-filter>
11    </receiver>
12  </application>
13</manifest>
14