LiuXin
LiuXin
#### tray Version (E.g. 0.12.0) The Provider of Tray is running at main process. In our app we'd like to have it running in a ":service" process so that the...
Tray's ContentProvider is currently running in app main process. But sometimes we need it to be run in another process (":service" for example). This fix allows the app developer to...
Is it possible to insertBefore/insertAfter a small portion of code into any method inside Android framework, and apply the change at runtime? Say, android.widget.TextView.setText(). I have tried it with CodeConverter...
The mechanism of Lollipop JobScheduler is that, the service is inside a system process, which tracks the status of the device and wakes up our app processes when necessary. It's...