Revision 71589712 AndroidManifest.xml
AndroidManifest.xml | ||
---|---|---|
5 | 5 |
android:versionName="1.0" > |
6 | 6 |
|
7 | 7 |
<uses-sdk |
8 |
android:minSdkVersion="7"
|
|
8 |
android:minSdkVersion="8"
|
|
9 | 9 |
android:targetSdkVersion="19" /> |
10 | 10 |
|
11 | 11 |
<uses-permission android:name="android.permission.INTERNET" /> |
... | ... | |
32 | 32 |
<meta-data |
33 | 33 |
android:name="android.support.PARENT_ACTIVITY" |
34 | 34 |
android:value=".MainActivity" /> |
35 |
|
|
36 |
<intent-filter> |
|
37 |
<action android:name="android.intent.action.VIEW" /> |
|
38 |
|
|
39 |
<category android:name="android.intent.category.DEFAULT" /> |
|
40 |
<category android:name="android.intent.category.BROWSABLE" /> |
|
41 |
|
|
42 |
<data android:host="androidobservatory.org" /> |
|
43 |
<data android:scheme="http" /> |
|
44 |
<data android:scheme="https" /> |
|
45 |
</intent-filter> |
|
46 | 35 |
</activity> |
47 | 36 |
</application> |
48 | 37 |
|
Also available in: Unified diff