Ignore lint warning. I think it's OK.
This commit is contained in:
parent
c014d4e12f
commit
fad849ce21
1 changed files with 4 additions and 2 deletions
|
|
@ -14,7 +14,8 @@
|
||||||
~ limitations under the License.
|
~ limitations under the License.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
xmlns:tools="http://schemas.android.com/tools">
|
||||||
|
|
||||||
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
|
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
|
||||||
|
|
||||||
|
|
@ -37,7 +38,8 @@
|
||||||
<receiver
|
<receiver
|
||||||
android:name=".unifiedpush.VectorUnifiedPushMessagingReceiver"
|
android:name=".unifiedpush.VectorUnifiedPushMessagingReceiver"
|
||||||
android:enabled="true"
|
android:enabled="true"
|
||||||
android:exported="true">
|
android:exported="true"
|
||||||
|
tools:ignore="ExportedReceiver">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="org.unifiedpush.android.connector.MESSAGE" />
|
<action android:name="org.unifiedpush.android.connector.MESSAGE" />
|
||||||
<action android:name="org.unifiedpush.android.connector.UNREGISTERED" />
|
<action android:name="org.unifiedpush.android.connector.UNREGISTERED" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue