diff --git a/docs/html/guide/practices/security.jd b/docs/html/guide/practices/security.jd index 5da7e98c6a4cf..476c3013c6a56 100644 --- a/docs/html/guide/practices/security.jd +++ b/docs/html/guide/practices/security.jd @@ -552,7 +552,7 @@ the minimum functionality required by your application.

If your application does not directly use JavaScript within a WebView, do not call - setJavaScriptEnabled(). We have seen this method invoked in sample code that might be repurposed in production application -- so remove it if necessary. By default, Android Developer Blog.

+

Application developers should be careful writing to on-device logs. +In Android, logs are a shared resource, and are available +to an application with the + +READ_LOGS permission. Even though the phone log data +is temporary and erased on reboot, inappropriate logging of user information +could inadvertently leak user data to other applications.

+ +

Handling Credentials

In general, we recommend minimizing the frequency of asking for user