How does Android system track the applications?

Answer Posted / mady

Android system assigns each application a unique ID that is called Linux user ID. This ID is used to track each application.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

State the importance of default resources.

581


Android mapactivity is?

759


what is a toast notification in android?

511


How could you show icon of an activity in manifest file?

503


What is referred to explicit and implicit intent?

474






What are the exemptions in android?

498


What is the latest version of android 2019?

478


What is restful api in android?

479


In android, the process technical to convert an address into its latitude and longitude is called?

546


What is the future scope of mobile application developers?

520


What is a statelistdrawable?

518


What is use of rxjava in android?

491


Explain apk format for android?

510


Where are layouts placed in android?

492


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);

2839