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

Commit 8f300663 authored by razorloves's avatar razorloves Committed by Łukasz Patron
Browse files

fixup! Add a permission to guard receiving intents in StatusSmsFetcher.

Add missing permission declaration.

Change-Id: Icc71b79831c3045b36ff43cc0884275c1c7cbbc8
parent f7ed8dd8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -75,8 +75,9 @@
  <uses-permission android:name="android.permission.STOP_APP_SWITCHES"/>

  <!-- Used for sending PendingIntents to dynamically registered receivers -->
  <uses-permission android:name="com.android.dialer.permission.DIALER_ORIGIN"
  <permission android:name="com.android.dialer.permission.DIALER_ORIGIN"
    android:protectionLevel="signature" />
  <uses-permission android:name="com.android.dialer.permission.DIALER_ORIGIN"/>

  <!-- Permissions needed for badger count showing on launch icon. -->