// download the file input = connection.getInputStream(); fOut = openFileOutput("example.json",MODE_WORLD_READABLE);
它说“字段Context.MODE_WORLD_READABLE已被弃用”,是否有一些替代或添加@SuppressWarning使用它没有问题?谢谢
如果您希望应用程序将文件内容提供给其他应用程序,请使用use FileProvider.
FileProvider