mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-15 01:35:07 +08:00
Ignore Instantiatable
class warning
This commit is contained in:
parent
e19647f6ca
commit
8c884f45fb
@ -1,5 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<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">
|
||||
|
||||
<application>
|
||||
|
||||
@ -8,8 +9,10 @@
|
||||
android:name="firebase_analytics_collection_deactivated"
|
||||
android:value="true" />
|
||||
|
||||
<!-- Add tools:ignore="Instantiatable" for the error reported only by the CI :/ -->
|
||||
<service android:name="im.vector.app.push.fcm.VectorFirebaseMessagingService"
|
||||
android:exported="false" >
|
||||
android:exported="false"
|
||||
tools:ignore="Instantiatable">
|
||||
<intent-filter>
|
||||
<action android:name="com.google.firebase.MESSAGING_EVENT" />
|
||||
</intent-filter>
|
||||
|
Loading…
Reference in New Issue
Block a user