OSDN Git Service

Explicitly chmod() for compatibility.
authorJeff Sharkey <jsharkey@android.com>
Mon, 15 Feb 2016 21:16:08 +0000 (14:16 -0700)
committerJeff Sharkey <jsharkey@android.com>
Mon, 15 Feb 2016 21:16:10 +0000 (14:16 -0700)
commit46ed6f4bd6d28a1319a90eb7c58dca5c20b36670
tree51fa7a76f4a224a43cfb7a9428d3b5ad0900cf85
parentae8f843a4a3d0fbe114d74775b5dfbc5b04d9d3c
Explicitly chmod() for compatibility.

Apps typically have a umask() that prevents the mkdir() from setting
the requested permissions.

Bug: 27116987
Change-Id: Ia14e7e31531328ab36e902a864b3d2891feec544
core/java/android/app/ContextImpl.java