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

Commit f7f3cf74 authored by Colin Cross's avatar Colin Cross Committed by Automerger Merge Worker
Browse files

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

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/av/+/15601196

Change-Id: I3bfb0a04f44541fee01ce4df19015dac2596b7e7
parents 5009d156 15296de7
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" />