Hi,
I’ve got a big issue trying to add a category to my “AndroidManifest.xml” file.
I’ve added a “ManifestRequirementsOverride.txt” file, but it’s not accepting the “category”. Anything, but not a category.
I tried with an APL.
This is my APL:
> <?xml version="1.0" encoding="utf-8"?>
> <root xmlns:android="http://schemas.android.com/apk/res/android">
> <androidManifestUpdates>
> <addTagWhereTag
> tag="activity"
> parentTag="application">
> <intent-filter>
> <action android:name="android.intent.action.MAIN" />
> <category android:name="android.intent.category.INFO" />
> <category android:name="com.oculus.intent.category.VR" />
> </intent-filter>
> </addTagWhereTag>
> </androidManifestUpdates>
> </root>
Still, it does not work.
I believe the APL is not written correctly. But I don’t know how to make it work properly.
Can anyone help me, please?
There’s another forum about this issue, but it’s for Unreal 4.2…it’s outdated.