Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b8d605e8 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6520405 from eaa69651 to sc-release

Change-Id: Ie012d3a7e6f86b43b9c4978f811a63758bcde52d
parents 749d0688 eaa69651
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@
    <activity
      android:name="com.android.contacts.common.dialog.CallSubjectDialog"
      android:theme="@style/Theme.CallSubjectDialogTheme"
      android:exported="true"
      android:windowSoftInputMode="stateVisible|adjustResize">
      <intent-filter>
        <action android:name="android.intent.action.VIEW"/>
+4 −1
Original line number Diff line number Diff line
@@ -78,7 +78,8 @@
      android:theme="@style/DialtactsTheme">
    </activity>

    <receiver android:name="com.android.dialer.app.calllog.CallLogReceiver">
    <receiver android:name="com.android.dialer.app.calllog.CallLogReceiver"
        android:exported="true">
      <intent-filter>
        <action android:name="android.intent.action.NEW_VOICEMAIL"/>
        <data
@@ -115,6 +116,7 @@

    <receiver
      android:directBootAware="true"
      android:exported="true"
      android:name="com.android.dialer.app.calllog.MissedCallNotificationReceiver">
      <intent-filter>
        <action android:name="android.telecom.action.SHOW_MISSED_CALLS_NOTIFICATION"/>
@@ -122,6 +124,7 @@
    </receiver>
    <!-- Handles voicemail notifications from telephony. Requires O -->
    <receiver android:name=".voicemail.LegacyVoicemailNotificationReceiver"
      android:exported="true"
      android:directBootAware="true">
      <intent-filter>
        <action android:name="android.telephony.action.SHOW_VOICEMAIL_NOTIFICATION"/>
+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@
        android:label="@string/assisted_dialing_setting_title"
        android:name=".AssistedDialingSettingActivity"
        android:parentActivityName="com.android.dialer.app.settings.DialerSettingsActivity"
        android:exported="true"
        android:theme="@style/SettingsStyle">
      <intent-filter>
        <action android:name="com.android.dialer.app.settings.SHOW_ASSISTED_DIALING_SETTINGS"/>
+2 −1
Original line number Diff line number Diff line
@@ -8,7 +8,8 @@
      android:exported="false"
      android:name="com.android.dialer.interactions.ContactUpdateService"/>

    <receiver android:name="com.android.dialer.interactions.UndemoteOutgoingCallReceiver">
    <receiver android:name="com.android.dialer.interactions.UndemoteOutgoingCallReceiver"
        android:exported="true">
      <intent-filter>
        <action android:name="android.intent.action.NEW_OUTGOING_CALL"/>
      </intent-filter>
+2 −1
Original line number Diff line number Diff line
@@ -3,7 +3,8 @@
  xmlns:android="http://schemas.android.com/apk/res/android">

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