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

Commit e122f8d2 authored by Mark Harman's avatar Mark Harman
Browse files

Explicitly set TakePhoto activity to not be exported.

parent 33a7883a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -85,6 +85,7 @@
            android:configChanges="orientation|screenSize|keyboardHidden"
            android:taskAffinity=""
            android:excludeFromRecents="true"
            android:exported="false"
            >
        </activity>
        <!-- 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 -->