Browse Source

Grant that Uploader activity is not attached to reused tasks while granting that passcode-protected Uploader is correctly shown after entering pasccode

David A. Velasco 9 years ago
parent
commit
b14f32894b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      AndroidManifest.xml

+ 1 - 1
AndroidManifest.xml

@@ -72,7 +72,7 @@
         </activity>
         <activity android:name=".ui.activity.UploadFilesActivity" />
         <activity android:name=".ui.activity.Uploader"
-                  android:launchMode="singleInstance"
+                  android:taskAffinity=""
                   android:excludeFromRecents="true">
             <intent-filter>
                 <action android:name="android.intent.action.SEND" />