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

This commit is contained in:
Paul Chang
2020-04-29 02:38:45 +00:00
committed by Android (Google) Code Review

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>