wip
This commit is contained in:
parent
29fb96f6a0
commit
8cc224ae9b
2 changed files with 2 additions and 3 deletions
|
@ -68,8 +68,7 @@
|
||||||
<action android:name="android.intent.action.MAIN" />
|
<action android:name="android.intent.action.MAIN" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</activity>
|
</activity>
|
||||||
<activity android:name=".VideoCallActivity" android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
|
<activity android:name=".VideoCallActivity" android:theme="@android:style/Theme.NoTitleBar.Fullscreen">
|
||||||
android:screenOrientation="nosensor">
|
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.MAIN" />
|
<action android:name="android.intent.action.MAIN" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit a5d821c32ea57fa44d8cec86ca0d9b805a3b3f4a
|
Subproject commit 7fe3bb1289aaede4fed7354c7f9d362cd0622569
|
Loading…
Reference in a new issue