Merge "Fix - Bug report handler settings is not shown when it is launched by a work profile app." into rvc-dev am: e52353609e am: c6f8af3626 am: dc0233d022

Change-Id: I64687e24beb5b0cde0b729daeb74d6029bb02f9f
This commit is contained in:
Paul Chang
2020-04-29 03:26:51 +00:00
committed by Automerger Merge Worker

View File

@@ -2008,6 +2008,8 @@
<action android:name="android.settings.BUGREPORT_HANDLER_SETTINGS" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
<meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
android:value="true" />
<meta-data android:name="com.android.settings.FRAGMENT_CLASS"
android:value="com.android.settings.bugreporthandler.BugReportHandlerPicker" />
</activity>