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

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

Merge "SoundPicker: Add an exported flag in manifest"

parents 9f6eaa32 bddcbb78
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -12,7 +12,8 @@
    <application
            android:allowBackup="false"
            android:supportsRtl="true">
        <receiver android:name="RingtoneReceiver">
        <receiver android:name="RingtoneReceiver"
                android:exported="true">
            <intent-filter>
                <action android:name="android.intent.action.DEVICE_CUSTOMIZATION_READY"/>
            </intent-filter>
@@ -23,7 +24,8 @@
        <activity android:name="RingtonePickerActivity"
                android:theme="@style/PickerDialogTheme"
                android:enabled="@*android:bool/config_defaultRingtonePickerEnabled"
                android:excludeFromRecents="true">
                android:excludeFromRecents="true"
                android:exported="true">
            <intent-filter>
                <action android:name="android.intent.action.RINGTONE_PICKER" />
                <category android:name="android.intent.category.DEFAULT" />