commit | 634dc42c9e16f492b015ccafffc110952cdccec8 | [log] [tgz] |
---|---|---|
author | Jeff Sharkey <jsharkey@android.com> | Sat Jan 30 17:44:15 2016 -0700 |
committer | Jeff Sharkey <jsharkey@android.com> | Sat Jan 30 17:48:32 2016 -0700 |
tree | b4358c41ccd6b97da0ddb09679524c78cc926c2d | |
parent | 35871f2c2bb114806b4e3f109960b7f863d7885c [diff] |
Throw when using deprecated file modes. installd no longer grants o+x to private app data directories for apps targeting N, so the long-deprecated MODE_WORLD_READABLE and MODE_WORLD_WRITEABLE flags no longer have any effect, which may lead to frustrating debugging sessions. So to help clearly communicate that these flags no longer work, let's throw when an app targeting N tries using them. Bug: 26886867 Change-Id: I97dae6182fc3c55639ff37a39c4aae6dd0bed507