Skip to content

Commit

Permalink
D66418439 replace "com.samsung.android.vr.application.mode" in manife…
Browse files Browse the repository at this point in the history
…st xml files

Summary:
The [post](https://fb.workplace.com/groups/oculusplatformsdk/permalink/1303649500796461/) explains why we are doing the change.
There will be many diffs, each changing 50 files, until we are done.

The transformation rules below come from the [PackageHelpers.java](https://www.internalfb.com/code/fbsource/[beda88384dad]/arvr/apps/SystemShell/Common/PackageUtils/java/com/oculus/common/packageutils/PackageHelpers.java?lines=671-682) file:
* Removing from application.meta-data means adding category in every application.activity, in every child intent-filter
* Removing from activity.meta-data means adding category in current activity, in every child intent-filter

Reviewed By: mboyd

Differential Revision: D66418439

fbshipit-source-id: a1919dd0ca0d46d76f4934eb4011b268d126b0db
  • Loading branch information
Gustavo Armenta authored and facebook-github-bot committed Dec 2, 2024
1 parent 89fde87 commit 484c169
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Assets/Plugins/Android/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<meta-data android:name="com.oculus.vr.focusaware" android:value="true" />
</activity>
<meta-data android:name="unityplayer.SkipPermissionsDialog" android:value="false" />
<meta-data android:name="com.samsung.android.vr.application.mode" android:value="vr_only" />
<meta-data android:name="com.oculus.supportedDevices" android:value="quest2|questpro|eureka" />
<meta-data android:name="com.oculus.ossplash.background" android:value="passthrough-contextual" />
<meta-data android:name="com.oculus.ossplash" android:value="true" />
Expand Down

0 comments on commit 484c169

Please sign in to comment.