【发布时间】:2011-10-07 10:10:08
【问题描述】:
我正在测试 Android 的许可系统。正是我刚刚用 ServerManagedPolicy 编译了示例项目,我对此有疑问: 如果我这样做:
Device's Internet=ON
Launch the app
Launch the check= Allow access
Device's Internet=OFF
Relaunch app and check= Allow access
好的,现在让我们看看问题:
Device's Internet=OFF
Launch the app
Launch the check= Don't allow access
从逻辑上讲,我不希望那样。因为如果用户在没有 Internet 的情况下启动应用程序,即使它已获得许可,该应用程序也会被阻止。我该如何解决?我的应用程序需要连接到 Internet 才能工作,因此延迟检查没有问题
【问题讨论】:
标签: java android google-play android-lvl