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

Commit a110c3f4 authored by erfanian's avatar erfanian Committed by Eric Erfanian
Browse files

Set CallDetailsActivity exported to false.

Bug: 37846172
Test: on device
PiperOrigin-RevId: 161720359
Change-Id: I2df2036c6d9941d37511f450f58682cf07e774b0
parent e61d51e9
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -19,13 +19,9 @@
  <application android:theme="@style/Theme.AppCompat">
    <activity
      android:label="@string/call_details"
      android:exported="false"
      android:name="com.android.dialer.calldetails.CallDetailsActivity"
      android:theme="@style/DialerThemeBase.NoActionBar">
      <intent-filter>
        <action android:name="android.intent.action.VIEW"/>
        <category android:name="android.intent.category.DEFAULT"/>
        <data android:mimeType="vnd.android.cursor.item/calls"/>
      </intent-filter>
    </activity>
  </application>
</manifest>