Android Sandboxing Defense Mechanisms (Part I)
Android manages the lifetime and data of sandboxed applications without “asking” the developer. Therefore some applications that should always be running in the background might suffer from lack of control. Users also often try to manipulate programs, in order to manually close them or wipe their data. While developing applications for this platform, I learned a couple of ways to improve this situation.
Continue Reading
Join the Discussion