Home | History | Annotate | Download | only in sample

Lines Matching full:android

1 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
3 android:versionCode="1"
4 android:versionName="1.0" >
7 android:minSdkVersion="14"/>
10 android:icon="@drawable/ic_launcher"
11 android:label="@string/app_name"
12 android:theme="@style/AppTheme" >
14 android:name=".MainActivity"
15 android:label="@string/app_name" >
17 <action android:name="android.intent.action.MAIN" />
19 <category android:name="android.intent.category.LAUNCHER" />
23 android:name="com.android.ex.photo.PhotoViewActivity"
24 android:label="@string/app_name"
25 android:theme="@style/PhotoViewTheme" >
28 android:name=".SampleProvider"
29 android:exported="false"
30 android:authorities="com.example.photoviewersample.SampleProvider">