penguin86 / ojo

Ojo is a basic RTSP IP Camera surveillance wall for Android
GNU General Public License v3.0
68 stars 15 forks source link

added intent for direct camera access and leanback support #32

Closed free-bots closed 7 months ago

free-bots commented 7 months ago

I created two new intents for direct camera access and added the entries for Android TV launchers.

penguin86 commented 7 months ago

Hello, thank you for the contribution! If I understood, the leanback intent makes it available in Android TV launcher, while the other one (with action OPEN_CAMERA) must be invoked by another app or via adb (adb shell am broadcast ...). If this is correct, can you please document the intent with an example in the README.md file and in the Fastlane's full_description.txt? Otherwise, there's no way for the user to know it exists. Thanks!

penguin86 commented 7 months ago

Thank you very much! Merged!