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

Commit fda0e014 authored by Diksha Gohlyan's avatar Diksha Gohlyan
Browse files

Add explicit exported to Activity in DocumentsUI

Test: atest DocumentsUIGoogleTests
Bug: 157470328

Change-Id: I19f0c9ff37d13c312c15a4c1b47c8b145ad8e098
parent a6613609
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -52,6 +52,7 @@
        <activity
            android:name=".picker.PickActivity"
            android:theme="@style/DocumentsTheme"
            android:exported="true"
            android:visibleToInstantApps="true">
            <intent-filter android:priority="100">
                <action android:name="android.intent.action.OPEN_DOCUMENT" />
@@ -96,6 +97,7 @@
            android:name=".LauncherActivity"
            android:targetActivity=".files.LauncherActivity"
            android:label="@string/launcher_label"
            android:exported="true"
            android:icon="@drawable/launcher_icon" >
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
@@ -108,6 +110,7 @@
        <activity
            android:name=".files.FilesActivity"
            android:documentLaunchMode="intoExisting"
            android:exported="true"
            android:theme="@style/DocumentsTheme">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
@@ -126,6 +129,7 @@

        <activity-alias android:name=".ViewDownloadsActivity"
                        android:targetActivity=".files.FilesActivity"
                        android:exported="true"
                        android:enabled="@bool/handle_view_downloads_intent">
            <intent-filter>
                <action android:name="android.intent.action.VIEW_DOWNLOADS" />
@@ -135,6 +139,7 @@

        <activity
            android:name=".ScopedAccessActivity"
            android:exported="true"
            android:theme="@android:style/Theme.Translucent.NoTitleBar">
            <intent-filter>
                <action android:name="android.os.storage.action.OPEN_EXTERNAL_DIRECTORY" />