-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Closed
flutter/packages
#6741Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listp: cameraThe camera pluginThe camera pluginplatform-androidAndroid applications specificallyAndroid applications specificallyteam-androidOwned by Android platform teamOwned by Android platform teamtriaged-androidTriaged by Android platform teamTriaged by Android platform team
Description
Starting at Android 14, in order to allow for background camera streaming, a foreground service permission TYPE_CAMERA needs to be specified in the apps's AndroidManifest.xml. Specifying TYPE_CAMERA will allow users to:
Streaming Continue to access the camera from the background. For example, video chat apps that allow for multitasking.
See the documentation on understanding foreground services for more information.
We should update the camera/camera README to include this information in case a developer wishes to allow for background streaming.
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listp: cameraThe camera pluginThe camera pluginplatform-androidAndroid applications specificallyAndroid applications specificallyteam-androidOwned by Android platform teamOwned by Android platform teamtriaged-androidTriaged by Android platform teamTriaged by Android platform team