Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6950a805 authored by Paul Chang's avatar Paul Chang
Browse files

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
parent 99eeb003
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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>