Fix - Bug report handler settings is not shown when it is launched by a work profile app.

BUG: 155045928
Test: Bug report handler settings can be shown when it is launched by a work profile app

Change-Id: I1e9b5e81aac4b0bf646d4ac1cf84afd64df1df67
This commit is contained in:
Paul Chang
2020-04-22 20:59:59 +08:00
parent 99eeb00360
commit 6950a8056e

View File

@@ -2006,6 +2006,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>