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

Commit 4e185ac6 authored by Xin Li's avatar Xin Li
Browse files

Merge sc-dev-plus-aosp-without-vendor@7634622

Merged-In: I975ce2e612e979884c82ef9da6e70b70dce076aa
Change-Id: I269ea522ba7356dca0bfa43e8a8ee8acdba7b7a2
parents b4542cff 17c942c7
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" />