everyone,
I'd like to design a android app with infrared background light. (Invisible light)
Is there any method to control the background light in certain wavelength(frequency)?
Also, I want to keep it working in background after user opened it. I mean that it will change the background light of users' phones until they close my app completely.
Since I could only find visible background light codes
android:background="@color/white"
<color name="white">#FFFFFF</color>
from this post
Thanks you for any suggestions.