Skip to content

Commit a3f81b9

Browse files
Add snippet for multi-instance system UI property
* Adds `PROPERTY_SUPPORTS_MULTI_INSTANCE_SYSTEM_UI` snippet region to `AndroidManifest.xml`
1 parent 5912010 commit a3f81b9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

compose/snippets/src/main/AndroidManifest.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@
6767
android:resource="@xml/my_app_widget_info" />
6868
</receiver>
6969
<!-- [END android_compose_glance_declare] -->
70+
71+
<!-- [START android_compose_multi_instance_system_ui_property]-->
72+
<property
73+
android:name="android.window.PROPERTY_SUPPORTS_MULTI_INSTANCE_SYSTEM_UI"
74+
android:value="true" />
75+
<!-- [END android_compose_multi_instance_system_ui_property]-->
7076
</application>
7177

7278
</manifest>

0 commit comments

Comments
 (0)