Hide GPS icon while GPS is on in android?

107 Views Asked by At

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?

1

There are 1 best solutions below

0
On

AFAIK, you can't.

This seems to be a system-controlled function - so, you have to write your own ROM to achieve this goal.