You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Though security is still detected for pattern lockscreen, we no longer have
access to disabling it via our change_settings permission. Soon a Froyo
release will be ready which removes all reference to security interaction.
The previous version for the eclair build will go back up soon as well to
allow for smoothest operation pre-Froyo, as it has not been released on the
droid (our primary target device) officially yet.
Original issue reported on code.google.com by myLockan...@gmail.com on 6 Jun 2010 at 7:26
The text was updated successfully, but these errors were encountered:
Located via the developer documentation:
"Secure system settings, containing system preferences that applications can
read but are not allowed to write. These are for preferences that the user must
explicitly modify through the system UI or specialized APIs for those values,
not modified directly by applications."
LOCK_PATTERN_ENABLED is now part of this setup. I'm hunting for any associated
permission or API we might be able to still use to interact with security on
2.2 and on. Can't find anything on pin/password lock so far in the search.
Original comment by myLockan...@gmail.com on 12 Jun 2010 at 12:19
Original issue reported on code.google.com by
myLockan...@gmail.com
on 6 Jun 2010 at 7:26The text was updated successfully, but these errors were encountered: