Skip to content

Instantly share code, notes, and snippets.

@SyedKabeer
SyedKabeer / manifest.xml
Created September 17, 2012 11:59
Titanium Android Custom
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.test.AndroidOrientation" android:versionCode="1"
android:versionName="1">
<uses-sdk android:minSdkVersion="8" />
<!-- TI_MANIFEST -->
<application android:icon="@drawable/appicon"
android:label="AndroidOrientation" android:name="AndroidorientationApplication"