It is the main Configuration file of Android Project. Is automatically created with every
android project.
In this file we configure different type of appliction setting.
First We use element. In this tag we take permission of others appliction are
services which we want to use in our appliction.
if we want to use SMS sending in our project than we used SMS permission
appliction element contain all those element wchich we define in our project like activity servieces
and receiver.
The default appliction is look like this
android project.
In this file we configure different type of appliction setting.
First We use
services which we want to use in our appliction.
if we want to use SMS sending in our project than we used SMS permission
and receiver.
The default appliction is look like this
0 Comments