Merge "Don't export HeapDumpProvider." into rvc-dev

This commit is contained in:
TreeHugger Robot
2021-06-29 18:17:58 +00:00
committed by Android (Google) Code Review

View File

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