Revision e66f015a
AndroidManifest.xml | ||
---|---|---|
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> |
|
35 | 46 |
</activity> |
36 | 47 |
</application> |
37 | 48 |
|
Also available in: Unified diff