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

Commit 95ab3e64 authored by Colin Cross's avatar Colin Cross
Browse files

Add android:exported tag

These are now required to be explicitly specified for
apps targetting API 31.

Bug: 195988762
Test: make
Change-Id: If1d8974150e14421a977674af7f0b0230af0e0be
Merged-In: If1d8974150e14421a977674af7f0b0230af0e0be
(cherry picked from commit f3d98cdf)
parent 52adde62
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" />