Is it possible on android that we change the displayed things on screen, out of our program? For example put a color filter on screen (system-wide, not only an specific app), or zoom, and maybe rotate? thanks.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I found it finally! this app uses an activity and sets a transparent image to its background (the crystal leaks!) and puts that in top layer of the screen. I guess it, I’m not sure, but probably it is true, because when screen shows leaks and volume buttons pressed, screen does not show them, because they both are dialog activities. Of course it is just a guess!