rexstjohn / UltimateAndroidCameraGuide

The official "Ultimate Android Camera Guide" source repo
401 stars 240 forks source link

onpause and onresume #4

Open MobileMon opened 9 years ago

MobileMon commented 9 years ago

NativeCameraFragment does not release the camera in onpause so other apps can't use the camera when NativeCameraFragment is in the background

Like if I switch to snapchat from this app, snapchat can't start the camera because its locked by NativeCameraFragment

Any idea how to fix?