* #23663 Integrated new drawing in App (check action bar icon)
diff --git a/bin/AndroidManifest.xml b/bin/AndroidManifest.xml
index d810834..875ca26 100644
--- a/bin/AndroidManifest.xml
+++ b/bin/AndroidManifest.xml
@@ -67,6 +67,13 @@
                 <category android:name="android.intent.category.LAUNCHER" />
             </intent-filter>
         </activity>
+         <activity
+            android:name=".client.BubblesViewActivity"
+            android:screenOrientation="portrait" >
+            <meta-data
+                android:name="android.support.PARENT_ACTIVITY"
+                android:value="com.savoirfairelinux.sflphone.client.SFLPhoneHome" />
+        </activity>
         <activity
             android:name=".client.SFLPhonePreferenceActivity"
             android:screenOrientation="portrait" >