| Index: webrtc/examples/androidapp/AndroidManifest.xml
|
| diff --git a/webrtc/examples/androidapp/AndroidManifest.xml b/webrtc/examples/androidapp/AndroidManifest.xml
|
| index 1e9cbf17d9a79d1ebf0382c082304a461cccdb80..a8c09619c9f63f973e6692e076d5245e81b94d36 100644
|
| --- a/webrtc/examples/androidapp/AndroidManifest.xml
|
| +++ b/webrtc/examples/androidapp/AndroidManifest.xml
|
| @@ -32,8 +32,8 @@
|
| <action android:name="android.intent.action.VIEW"/>
|
| <category android:name="android.intent.category.DEFAULT"/>
|
| <category android:name="android.intent.category.BROWSABLE"/>
|
| - <data android:scheme="https" android:host="apprtc.appspot.com"/>
|
| - <data android:scheme="http" android:host="apprtc.appspot.com"/>
|
| + <data android:scheme="https" android:host="appr.tc"/>
|
| + <data android:scheme="http" android:host="appr.tc"/>
|
| </intent-filter>
|
| </activity>
|
|
|
|
|