Android make higher level API call without targeting a high level SDK

128 views Asked by At

I need to dim the navigation bar in my app targeting API 10. I cannot target 14, capable of that, because my app starts behaving too slow after that single change. Is there another way to do that? i.e. reflection, or using an external helper app as a service, Or maybe something else?

0

There are 0 answers