Update MainActivity.java

This commit is contained in:
SirDank 2024-04-30 20:19:53 +05:30 committed by GitHub
parent c4631c8910
commit 61d45efd4e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -776,7 +776,7 @@ public class MainActivity extends AppCompatActivity {
}
}).start();
} else
UIAlert(activity, "please select iso file", "NOT VAILED FILE");
UIAlert(activity, "please select iso file", "INVALID FILE");
} else if (requestCode == 1005 && resultCode == RESULT_OK) {
Uri content_describer = ReturnedIntent.getData();
File selectedFilePath = new File(getPath(content_describer));