Fix Mi Camera Manifest (Android 10, MUI 12)


RedWave

Members
Aug 6, 2019
25
15
Usually, you "should' be able to create direct links ti the camera and the video using some apps (like my trusty Activity Manager).

Promblem is, the android manifest is wrong.

I'm interrested in two of them obviously:
( Intent filter)
android.intent.action.camera.Main (no problems here)
android.intent.action.VIDEO_CAMERA

In a shortcut, there are:
- Package Name
- Class Name
- Action

- Data (etc - shoulnd be needed)

The proble lies in the AndroidManifest:
- As soon as I modified targetActivity ; com.android.camera.VideoCamera, it goes straight to the Vide Capture Mode.

I'm not a specialist of AndroidManifest, so could some one help?

Thank you!