Add intent filter action LAUNCH_NOTE_TASK

Test: manual

Fixes: b/272757160

Change-Id: I90a6fb65626288c9c94e117edeb264624de3b88b
This commit is contained in:
Marcello Galhardo
2023-03-29 19:11:56 +00:00
parent 1c4e0bea51
commit 718a14edf5

View File

@@ -993,7 +993,13 @@
android:exported="true"
android:excludeFromRecents="true"
android:resizeableActivity="false"
android:theme="@android:style/Theme.NoDisplay" />
android:theme="@android:style/Theme.NoDisplay" >
<intent-filter>
<action android:name="com.android.systemui.action.LAUNCH_NOTE_TASK"/>
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
<!-- LaunchNoteTaskManagedProfileProxyActivity MUST NOT be exported because it allows caller
to specify an Android user when launching the default notes app. -->