Add category to intent-filter into AndroidManifest.xml

I also need to add/edit what is in the intent filter section of the activity. I’m trying to package and upload to the oculus store, and have followed all of their steps for packaging but receive this error:

APK main activity intent filter set to com.google.intent.category.CARDBOARD, but must be android.intent.category.INFO. Your app must only appear in Oculus Home. It must not appear in the phone’s launcher.

Now the answers posted below are several years and versions old so if you had any advice for me I would greatly appreciate it.