Commit 7208b9b9 by Kunj Gupta

Removed VERA launch from Google Assistant.

parent 23e78283
Showing with 0 additions and 5 deletions
...@@ -7,13 +7,8 @@ ...@@ -7,13 +7,8 @@
tools:replace="android:icon"> tools:replace="android:icon">
<activity <activity
android:name=".ui.ChatActivity" android:name=".ui.ChatActivity"
android:label="@string/chat_activity_label"
android:screenOrientation="portrait" android:screenOrientation="portrait"
android:windowSoftInputMode="adjustResize|stateHidden"> android:windowSoftInputMode="adjustResize|stateHidden">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity> </activity>
<activity <activity
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment