Lines Matching full:android
2 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
3 package="com.example.android.touchexample"
4 android:versionCode="1"
5 android:versionName="1.0">
7 <uses-sdk android:minSdkVersion="3" android:targetSdkVersion="8" />
8 <uses-feature android:name="android.hardware.touchscreen" android:required="false"/>
9 <supports-screens android:largeScreens="true"/>
11 <application android:icon="@drawable/icon" android:label="@string/app_name">
12 <activity android:name=".TouchExampleActivity"
13 android:label="@string/app_name">
15 <action android:name="android.intent.action.MAIN" />
16 <category android:name="android.intent.category.LAUNCHER" />