Starting from N(N is for Nougat), attempting to use this mode will throw a SecurityException.
7.0后不能这样用了。
解决办法就是:Use more formal mechanism for interactions such as ContentProvider, BroadcastReceiver, and Service.
发现MODE_WORLD_READABLE 模式已经被废弃。
Context.MODE_WORLD_READABLE或Context.MODE_WORLD_WRITEABLE 模式换成 MODE_PRIVATE