Don't export HeapDumpProvider.

Stop exporting HeapDumpProvider so apps can only access generated dumps
when the user explicitly shares them.

Bug: 184046948
Test: capture system heap dump in developer options and confirm test app
get SecurityException if it tries to access the dump directly, but gets
access when the dump is shared through the notification flow

Change-Id: Ibdca7cde4f563baa39163869289da5b79fc3a6db
This commit is contained in:
Kweku Adams
2021-06-03 16:07:56 -07:00
parent f57262c38d
commit a60c62bcb7

View File

@@ -589,7 +589,7 @@
<provider android:name=".HeapDumpProvider"
android:authorities="com.android.shell.heapdump"
android:grantUriPermissions="true"
android:exported="true" />
android:exported="false" />
<activity
android:name=".BugreportWarningActivity"