rsteckler / unbounce-android

Take control of your battery life by limiting wakelocks and alarms
MIT License
126 stars 45 forks source link

Binding service problem #113

Closed thuantran closed 9 years ago

thuantran commented 9 years ago

Hi there,

I'm one of the developer of Trickster MOD and this xposed mod has been causing problem with my donated users. Basically my main app will bind to a service inside my donate key apk, but because of unbounce the binding fail and my users donate status couldn't be checked.

This is a short running service is there anyway for our stuffs to coexist on a device? FWIW, this is the log where your mod blocks my service binding:

04-02 12:00:03.743 I/DeepHyber(1218): Restrict awakening service binding: Intent { act=com.bigeyes0x0.trickstermod.premium.ServiceLicenseCheck3 flg=0x10 pkg=com.bigeyes0x0.trickstermod.premium }

BR, thuan

thuantran commented 9 years ago

Never mind, seems like it was barked at the wrong tree, after all.