centsol / marketlicensing

Automatically exported from code.google.com/p/marketlicensing
Apache License 2.0
0 stars 0 forks source link

The DeviceLimiter interface cannot be implemented #30

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Put a breakpoint on NullDeviceLimiter.isDeviceAllowed(userId).
2. Run a test app.
3. Check the value of userId.

Surely the userId should be something intelligible. But it is not. It is 
complete gibberish.

I am using revision 1 of the LVL, and testing it with Goodle Apps 2.2.

Original issue reported on code.google.com by shea...@gmail.com on 25 Feb 2011 at 3:55