OpenPDroid / platform_frameworks_base

Other
7 stars 5 forks source link

Cache incorrectly returns objects with all permissions allowed #2

Closed wsot closed 11 years ago

wsot commented 11 years ago

In the development branch, the caching code misidentifies the item being restored from cache as a 'stub', rather than a true PrivacySettings object. The effect of this is that when settings are being restored from cache, all activity is permitted.

wsot commented 11 years ago

This has been fixed in all current -devel branches.