summaryrefslogtreecommitdiff
path: root/java/com/android/incallui/answer/impl/hint/AndroidManifest.xml
blob: b5fa6da8f081dc4e6856c3668053d5347a18bf2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<manifest
  package="com.android.incallui.answer.impl.hint"
  xmlns:android="http://schemas.android.com/apk/res/android">

  <application>
    <receiver android:name=".EventSecretCodeListener">
      <intent-filter>
        <action android:name="android.provider.Telephony.SECRET_CODE" />
        <data android:scheme="android_secret_code" />
      </intent-filter>
    </receiver>
  </application>
</manifest>