|
|
|
|
|
by BoorishBears
2803 days ago
|
|
In this specific case it’s like I install recording devices... that locally search for faces to turn the lights on to each occupants preferred brightness. It looks like it’s a convenience app for transportation. I’m an Android developer and nothing mentioned is suspicious or obfuscated. In fact, the fact he can get that list of functions he posted means they used less obfuscation than normal (they didn’t do the equivalent of minifying with Proguard, which most devs would say all production apps should) The use of multiple services makes perfect sense, one app manages background communication instead of dozens of service apps making network calls when they feel like it (bad for battery life since the radio is always in a high power state). I think this is a bit of an overreaction in this case. |
|