Hey guys.
I am trying to remove facebook's "tracking" feature from their app. The app is nice but holy crap 29 permissions? Sheesh. I tried disabling the fine and coarse locations but facebook tries to grab your location the second you start the app and by disabling those permissions you get a force close.
I am requesting people highly advanced in Smali code to help me do one of the following:
When you have location services turned off in settings, facebook does not track your location.
I would like to mod the smali code to always return that location settings are off.
or..
I would like to remove the line of code that asks for the devices location the second you start (This would be best for it still allows facebooks 'check in' and ability to add locations to photos)
I have emailed the developers of the facebook app and they completely ignored me..
Thanks all!!!!
I am trying to remove facebook's "tracking" feature from their app. The app is nice but holy crap 29 permissions? Sheesh. I tried disabling the fine and coarse locations but facebook tries to grab your location the second you start the app and by disabling those permissions you get a force close.
I am requesting people highly advanced in Smali code to help me do one of the following:
When you have location services turned off in settings, facebook does not track your location.
I would like to mod the smali code to always return that location settings are off.
or..
I would like to remove the line of code that asks for the devices location the second you start (This would be best for it still allows facebooks 'check in' and ability to add locations to photos)
I have emailed the developers of the facebook app and they completely ignored me..
Thanks all!!!!