Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 285673a4 authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊 Committed by Nishith Khanna
Browse files

camera: Restrict all activity recreation

parent 8a2e576b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@
        <!-- should not change the android:name, including moving to a subpackage - see http://android-developers.blogspot.co.uk/2011/06/things-that-cannot-change.html -->
        <activity
            android:name="net.sourceforge.opencamera.MainActivity"
            android:configChanges="orientation|screenSize|keyboardHidden"
            android:configChanges="orientation|screenLayout|screenSize|smallestScreenSize|keyboardHidden"
            android:launchMode="singleInstance"
            android:clearTaskOnLaunch="true"
            android:exported="true"
@@ -94,7 +94,7 @@
            android:name="TakePhoto"
            android:label="@string/take_photo"
            android:icon="@mipmap/ic_launcher"
            android:configChanges="orientation|screenSize|keyboardHidden"
            android:configChanges="orientation|screenLayout|screenSize|smallestScreenSize|keyboardHidden"
            android:taskAffinity=""
            android:excludeFromRecents="true"
            android:exported="false"