1. 程式人生 > >android.os.FileUriExposedException: file:///storage/emulated/0/myxmpp/154094

android.os.FileUriExposedException: file:///storage/emulated/0/myxmpp/154094

在專案的MainActivity的開始新增下面這段程式碼

if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.N) {
    StrictMode.VmPolicy.Builder builder = new StrictMode.VmPolicy.Builder();
    StrictMode.setVmPolicy( builder.build() );
}