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

Commit 15296de7 authored by Colin Cross's avatar Colin Cross Committed by Android (Google) Code Review
Browse files

Merge "Add android:exported tag" into sc-dev-plus-aosp

parents 6ecf22fb 95ab3e64
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -30,7 +30,8 @@
        android:roundIcon="@mipmap/ic_launcher_round"
        android:supportsRtl="true"
        android:theme="@style/AppTheme">
        <activity android:name="com.android.media.samplevideoencoder.MainActivity">
        <activity android:name="com.android.media.samplevideoencoder.MainActivity"
            android:exported="true">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.LAUNCHER" />