Lines Matching full:android
2 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
3 package="com.example.android.basicrenderscript"
4 android:versionCode="1"
5 android:versionName="1.0" >
8 android:minSdkVersion="8"
9 android:targetSdkVersion="19" />
12 android:allowBackup="true"
13 android:icon="@drawable/ic_launcher"
14 android:label="@string/app_name"
15 android:theme="@style/AppTheme" >
17 android:name="com.example.android.basicrenderscript.MainActivity"
18 android:configChanges="orientation|keyboardHidden|screenSize"
19 android:label="@string/app_name"
20 android:theme="@style/FullscreenTheme" >
22 <action android:name="android.intent.action.MAIN" />
24 <category android:name="android.intent.category.LAUNCHER" />