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

Commit 574d4a41 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "WAPPushManager: Add an exported flag in manifest"

parents 1ac8f86e 7fe7ac82
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -27,14 +27,16 @@
     <application android:icon="@drawable/icon" android:label="wappush test">
         <uses-library android:name="android.test.runner" />
         <activity android:name=".ClientTest"
             android:label="wappush test">
             android:label="wappush test"
             android:exported="true">
             <intent-filter>
                 <action android:name="android.intent.action.MAIN" />
                 <category android:name="android.intent.category.LAUNCHER" />
             </intent-filter>
         </activity>

         <receiver android:name=".DrmReceiver" android:enabled="true">
         <receiver android:name=".DrmReceiver" android:enabled="true"
             android:exported="true">
             <intent-filter>
                 <action android:name="android.provider.Telephony.WAP_PUSH_RECEIVED" />
                 <data android:mimeType="application/vnd.oma.drm.rights+xml" />