How can I close or end an application from the Library Project?
For example, I have created a function in a library project to check whether the SD card is available or not. So if SD card is not available then I want to display a dialog box with buttons. When I click on the button I want to close the application. I tried to complete but it was not working.
You need to allow the use of SDCD in the U. if you do not have a sdcard in the device. So Android OS takes care of it and does not allow this application to be installed.
Comments
Post a Comment