I want to hide GPS icon permanently for my application so that user is unknown that GPS is enabled. I want to know if we can do it by using JNi or any other way in android?
Hide GPS icon while GPS is on in android?
113 views Asked by Anurag Siddharth Gairola At
1
AFAIK, you can't.
This seems to be a system-controlled function - so, you have to write your own ROM to achieve this goal.