Reputation: 31
Multiple instances of the app is being created when ever I click on the application icon .My AndroidManifest.xml is as follows .
<application
android:name="com.kez.customgallery.UILApplication"
android:allowBackup="true"
android:icon="@drawable/logo"
android:label="@string/app_name"
android:launchMode="singleInstance"
android:screenOrientation="portrait"
android:theme="@style/AppBaseTheme" >
Upvotes: 0
Views: 200