Project

General

Profile

« Previous | Next » 

Revision a59f38d6

Added by Leszek Koltunski over 2 years ago

Add Firebase Cloud Messaging and Firebase In-App Messaging

View differences:

src/main/AndroidManifest.xml
32 32
        <activity android:name="org.distorted.config.ConfigActivity" android:exported="false" android:screenOrientation="portrait"/>
33 33
        <activity android:name="org.distorted.bandaged.BandagedCreatorActivity" android:exported="false" android:screenOrientation="portrait"/>
34 34
        <activity android:name="org.distorted.bandaged.BandagedPlayActivity" android:exported="false" android:screenOrientation="portrait"/>
35

  
36
        <service
37
            android:name="org.distorted.messaging.RubikMessagingService"
38
            android:exported="false">
39
            <intent-filter>
40
                <action android:name="com.google.firebase.MESSAGING_EVENT" />
41
            </intent-filter>
42
        </service>
35 43
    </application>
36 44
</manifest>

Also available in: Unified diff