It was the obfuscation messing up this line in LicenceChecker:

new Intent(ILicensingService.class.getName()),

I changed this to

new Intent(ILicensingService.Stub.getDescriptor()),

and added a correspinding static function in ILicensingService.

Since the docs recommend obfuscation, I think the googlers should
change
that line.

Havn't finished testing yet but this has at least fixed the 'can't
bind' problem.

Pent

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to