Download this file

AndroidManifest.xml    8 lines (6 with data), 196 Bytes

1
2
3
4
5
6
7
8
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.directions.route"
android:versionCode="1"
android:versionName="1.0">
<application />
</manifest>