Remove chat activitfy from manifest
This commit is contained in:
parent
13882d8338
commit
e2e23ab38a
1 changed files with 0 additions and 10 deletions
|
@ -125,16 +125,6 @@
|
|||
</intent-filter>-->
|
||||
</activity>
|
||||
|
||||
<activity android:name="org.linphone.ChatActivity"
|
||||
android:theme="@style/NoTitle"
|
||||
android:configChanges="orientation|screenSize|keyboardHidden"
|
||||
android:windowSoftInputMode="adjustPan|adjustResize"
|
||||
android:launchMode="singleTask">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity android:name=".assistant.AssistantActivity"
|
||||
android:theme="@style/NoTitle"
|
||||
android:screenOrientation="nosensor">
|
||||
|
|
Loading…
Reference in a new issue