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

Commit e068703c authored by Automerger Merge Worker's avatar Automerger Merge Worker Committed by Gerrit Code Review
Browse files

Merge "Merge "opengl: tests: Add explict android:exported flag to manifests on...

Merge "Merge "opengl: tests: Add explict android:exported flag to manifests on GLDual.apk" into android14-tests-dev am: 82a61932" into main
parents 22ac12b2 2814bddb
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -21,7 +21,8 @@
        <activity android:name="GLDualActivity"
                android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
                android:launchMode="singleTask"
            	android:configChanges="orientation|keyboardHidden">
                android:configChanges="orientation|keyboardHidden"
                android:exported="true">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.LAUNCHER" />