I came across the following two lines in AndroidMenifest.xml file of my android application:
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
- Why we have write "encoding" in
<xml>
tag, what is the purpose of it? - What is the purpose of writing 2nd line ?
if anybody know this, may share their knowledge to let me clear regarding this 2 lines
Thanx - paresh