If your Activity had multiple intent-filters then you could disable a specific intent-filter by creating an activity-alias with the intent-filter you want to disable and disable just the Activity alias. See: https://developer.android.com/guide/topics/manifest/activity-alias-element.html