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

Commit d783baf7 authored by Ashwini Oruganti's avatar Ashwini Oruganti
Browse files

perftests: Add an exported flag in manifest

With b/150232615, we will need an explicit value set for the exported
flag when intent filters are present, as the default behavior is
changing for S+. This change adds the value reflecting the previous
default to the manifest.

Bug: 150232615
Test: TH
Change-Id: I424ae4a6f9af40b301d9ed8bec4b6d28d0b15e36
parent 72fcef13
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -18,7 +18,8 @@

    <application>
        <uses-library android:name="android.test.runner" />
        <activity android:name="android.perftests.utils.PerfTestActivity">
        <activity android:name="android.perftests.utils.PerfTestActivity"
            android:exported="true">
          <intent-filter>
            <action android:name="com.android.perftests.core.PERFTEST" />
          </intent-filter>
@@ -27,7 +28,8 @@
        <service
            android:name="android.view.autofill.MyAutofillService"
            android:label="PERF AutofillService"
            android:permission="android.permission.BIND_AUTOFILL_SERVICE" >
            android:permission="android.permission.BIND_AUTOFILL_SERVICE"
            android:exported="true">
            <intent-filter>
                <action android:name="android.service.autofill.AutofillService" />
            </intent-filter>
+4 −2
Original line number Diff line number Diff line
@@ -13,7 +13,8 @@

    <application>
        <uses-library android:name="android.test.runner" />
        <activity android:name="android.perftests.utils.PerfTestActivity">
        <activity android:name="android.perftests.utils.PerfTestActivity"
            android:exported="true">
          <intent-filter>
            <action android:name="com.android.perftests.core.PERFTEST" />
          </intent-filter>
@@ -23,7 +24,8 @@
        <service
            android:name="android.view.autofill.MyAutofillService"
            android:label="PERF AutofillService"
            android:permission="android.permission.BIND_AUTOFILL_SERVICE" >
            android:permission="android.permission.BIND_AUTOFILL_SERVICE"
            android:exported="true">
            <intent-filter>
                <action android:name="android.service.autofill.AutofillService" />
            </intent-filter>
+2 −1
Original line number Diff line number Diff line
@@ -76,7 +76,8 @@

    <application>
        <uses-library android:name="android.test.runner" />
        <activity android:name="android.perftests.utils.PerfTestActivity">
        <activity android:name="android.perftests.utils.PerfTestActivity"
            android:exported="true">
          <intent-filter>
            <action android:name="com.android.perftests.packagemanager.PERFTEST" />
          </intent-filter>
+3 −2
Original line number Diff line number Diff line
@@ -18,7 +18,8 @@
          package="com.android.perftests.appenumeration">

    <application android:hasCode="false" >
        <activity android:name="android.perftests.utils.PerfTestActivity">
        <activity android:name="android.perftests.utils.PerfTestActivity"
            android:exported="true">
            <intent-filter>
                <action android:name="com.android.perftests.packagemanager.PERFTEST" />
            </intent-filter>