--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-d...@googlegroups.com
To unsubscribe from this group, send email to
android-develop...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-- Kostya
27.07.2010 21:55, Trevor Johns пишет:
--
Kostya Vasilev -- WiFi Manager + pretty widget -- http://kmansoft.wordpress.com
Is caching implemented in the library or in the Market app?
I am concerned about potential abuse, such as replacing cache contents.
--
Kostya Vasilyev -- http://kmansoft.wordpress.com
28.07.2010 0:23 пользователь "Trevor Johns" <trevo...@google.com> написал:
Developers can chose whether to implement response caching or not.Assuming caching is enabled, we require a network connection for the first license check, but then the user can go offline for a period of time before requiring another license check.--
Trevor JohnsGoogle Developer Programs, Android
On Tue, Jul 27, 2010 at 1:19 PM, Kaj Bjurman <kaj.b...@gmail.com> wrote:
>
> I saw that entry, ...
--
You received this message because you are subscribed to the Google
Groups "Android Developers" g...
OK, great. Thanks for the info.
--
Kostya Vasilyev -- http://kmansoft.wordpress.com
28.07.2010 0:55 пользователь "Trevor Johns" <trevo...@google.com> написал:
It's implemented in the library.Cache contents are protected using a swappable Obfuscator class. We include a standard obfuscator implementation that encrypts cache data using AES-256 and an application-specific key, along with a copy of the device ID. This prevents tampering with cache data, or replaying it across applications/devices. Developers are also free to implement their own Obfuscator if they so choose. (The cache itself contains timestamp data, so there's no point in replaying the cache data for the same application on the same device.)
--
Trevor Johns
Google Developer Programs, Android
http://developer.android.com
On Tue, Jul 27, 2010 at 1:31 PM, Kostya Vasilyev <kman...@gmail.com> wrote:
>
> Is caching implemented in the library or in the Market app?
>
> I am concerned about potential a...
> 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@googl...
--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@googlegro...
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-d...@googlegroups.com
To unsubscribe from this group, send email to
android-develop...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
versionCode
attribute in the manifest file."The LVL provides a full Obfuscator implementation called AESObfuscator that uses AES encryption to obfuscate data. You can use AESObfuscator in your application without modification or you can adapt it to your needs. For more information, see the next section.
Alternatively, you can write a custom Obfuscator based on your own code or use an obfuscator program such as ProGuard for additional security.