mirror of
https://github.com/xoureldeen/Vectras-VM-Android.git
synced 2026-04-29 23:09:48 +00:00
Update MainActivity.java
This commit is contained in:
parent
c4631c8910
commit
61d45efd4e
1 changed files with 1 additions and 1 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue