Answer Posted / mady
In earlier releases, you had to pull the battery or press the reset button, in newer releases, you can hold down the 'end call' button and see a menu.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain activity lifecycle briefly.
Which types of flags are used to run an application on android?
Order of buttons on dialog box?
What is a job scheduling?
What is a portable wi-fi hotspot?
How does android track the application on process?
What features does android have?
Under what condition could the code sample below crash your application? How would you modify the code to avoid this potential problem? Explain your answer. Intent sendIntent = new Intent(); sendIntent.setAction(Intent.ACTION_SEND); sendIntent.putExtra(Intent.EXTRA_TEXT, textMessage); sendIntent.setType(HTTP.PLAIN_TEXT_TYPE); // "text/plain" MIME type startActivity(sendIntent);
What is color os in mobile?
What is animation-list?
Can I upgrade my android version?
What is the importance of an emulator in android?
How do I stop my android os from draining my battery?
What is the significance of the .dex files? in Android?
Why are view recycled?