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

Commit beb20bb2 authored by Ashwini Oruganti's avatar Ashwini Oruganti Committed by Android (Google) Code Review
Browse files

Merge "Add an exported flag in manifest"

parents e8728dbf 27403cf0
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -18,7 +18,8 @@
     package="com.android.servicestests.pm.parsing.emptyaction">

    <application>
        <activity android:name="com.android.servicestests.pm.parsing.test.TestActivity">
        <activity android:name="com.android.servicestests.pm.parsing.test.TestActivity"
             android:exported="true">
            <intent-filter>
                <action android:name=""/>
                <!-- Non-empty action use to verify filter, since 0 action filters are stripped -->
+4 −3
Original line number Diff line number Diff line
@@ -18,7 +18,8 @@
     package="com.android.servicestests.pm.parsing.emptycategory">

    <application>
        <activity android:name="com.android.servicestests.pm.parsing.test.TestActivity">
        <activity android:name="com.android.servicestests.pm.parsing.test.TestActivity"
             android:exported="true">
            <intent-filter>
                <action android:name="com.android.servicestests.pm.parsing.test.TEST_ACTION"/>
                <category android:name=""/>