Skip to content

Commit 18fe396

Browse files
utzcozrpavlik
authored andcommitted
hello_xr: Export built-in NativeActivity
If exported attribute is true, the app can be launched by other apps on latest Android platform. See https://developer.android.com/guide/topics/manifest/activity-element. Signed-off-by: utzcoz <[email protected]>
1 parent 5c4b4c5 commit 18fe396

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tests/hello_xr/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
android:resizeableActivity="false"
4747
android:screenOrientation="landscape"
4848
android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen"
49+
android:exported="true"
4950
tools:ignore="NonResizeableActivity">
5051
<!-- Tell NativeActivity the name of the .so -->
5152
<meta-data

0 commit comments

Comments
 (0)