where is android.camera.NEW_PICTURE defined?

前端 未结 5 1743
-上瘾入骨i
-上瘾入骨i 2020-12-10 19:57

I used com.android.camera.NEW_PICTURE to check whether an image is captured or not.

(receiver android:name=\"NewPhotoReceiver\")
    (intent-fil         


        
5条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-10 20:10

    It's not official - there can be a lot of different implementations to the camera app (by phone manufacturers and even market apps), so you should only use documented intent actions.

    'com.android.camera.NEW_PICTURE' is NOT documented and not official. I don't know what is.

提交回复
热议问题