-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Way around android 11 #1
Comments
Interesting idea. But wouldn't that use a lot of battery? |
You make it set the res to the lowest possible. Also that is the only way around that I can think of tbh |
Hi, yep I'm familiar with it. Just learned about it yesterday, actually 🙂.
It is a potential solution, but I'm not sure if I can integrate it in the
app and programmatically turn it off and on. But it even has a quick
settings tile so I think it could easily replace the need for a 3rd party
app like lens cap. Rumor has it Android 12 will split this into camera and
microphone, which will be nice.
…On Sat, Feb 20, 2021, 2:03 AM encryptedsquid ***@***.***> wrote:
Interesting idea. But wouldn't that use a lot of battery?
Hi, I made an entire GitHub account just to ask if you're familiar with
the "Sensors Off" developer options feature in Android 11?
[image: Screenshot_20210220-030119]
<https://user-images.githubusercontent.com/79353079/108587081-fa963980-7327-11eb-9164-0dbfa565b9c5.png>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEAH2JCBHBRFVH3VBJ5WE2DS75NC7ANCNFSM4X2VZG3A>
.
|
你好,请问现在有解决方法吗?如果在不考虑耗电的情况下,该怎么实现呢? |
Android 11 added an option allowing you to disable it. It's in developer settings |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, u can make the app fake using the camera. So other apps will say that the camera is in use, basically blocking access to the camera
The text was updated successfully, but these errors were encountered: