android - Starting HTC camera in photo/video mode -


i building app uses device camera app take photos or record videos. there single button in app starts camera app, , using mediastore.intent_action_video_camera intent. far, on non-htc devices i've tested, camera app opens in default mode in can switch between taking photos , recording videos, while on htc devices can record videos. there method of starting camera app on htc devices app in same mode when started launcher.

so far, on non-htc devices i've tested, camera app opens in default mode in can switch between taking photos , recording videos

there thousands of camera apps, both ones pre-installed or installed users. many may elect support intent_action_video_camera. none required have "default mode in [the user] can switch between taking photos , recording videos". not problem htc -- problem expectations.

is there method of starting camera app on htc devices app in same mode when started launcher.

even if there undocumented, unsupported, unreliable, script-kiddie way force on htc devices, there many other camera apps not offer such means.

if want degree of control, write own camera app.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -