Every application must have an AndroidManifest.xml file (with precisely that name) in its root directory. The manifest presents essential information about the application to the Android system, information the system must have before it can run any of the application's code.
Learn Developing | Jobs portal project in ASP.NET, Free Download Online job portal system project in asp.net, Free Download Online Shopping Project in PHP
Sunday, April 22, 2018
What is manifest file in android?
Every application must have an AndroidManifest.xml file (with precisely that name) in its root directory. The manifest presents essential information about the application to the Android system, information the system must have before it can run any of the application's code.
Subscribe to:
Post Comments (Atom)
Generate Even Numbers in a Range In PHP.
$start = 1; $end = 20; for ($i = $start; $i <= $end; $i++) { if ($i % 2 == 0) { echo $i . " is even.<br>"; ...
-
This PPT Is About What Is Location Based Service In Android. In This PPT Brief Description About Location Based Service Given. Downl...
-
this PPT is about what is domain name system and ip bench marking in sql server Download PPT Here
-
<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/...
No comments:
Post a Comment