Index: webrtc/examples/androidapp/AndroidManifest.xml |
diff --git a/webrtc/examples/androidapp/AndroidManifest.xml b/webrtc/examples/androidapp/AndroidManifest.xml |
index 608e381fcbe929dfbc93fa1481ad3536d00e78b7..249230fce3487dc8fd83aaf6b9f0b86e539de3dd 100644 |
--- a/webrtc/examples/androidapp/AndroidManifest.xml |
+++ b/webrtc/examples/androidapp/AndroidManifest.xml |
@@ -47,6 +47,10 @@ |
android:screenOrientation="fullUser" |
android:configChanges="orientation|screenSize" |
android:theme="@style/CallActivityTheme"> |
+ <intent-filter> |
+ <action android:name="android.intent.action.VIEW" /> |
+ <category android:name="android.intent.category.LAUNCHER" /> |
+ </intent-filter> |
</activity> |
</application> |
</manifest> |