message body
This commit is contained in:
parent
921ea4db20
commit
f0ee27f089
6
fcm/.idea/vcs.xml
generated
Normal file
6
fcm/.idea/vcs.xml
generated
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="VcsDirectoryMappings">
|
||||||
|
<mapping directory="$PROJECT_DIR$/.." vcs="Git" />
|
||||||
|
</component>
|
||||||
|
</project>
|
@ -10,8 +10,6 @@
|
|||||||
android:roundIcon="@mipmap/ic_launcher_round"
|
android:roundIcon="@mipmap/ic_launcher_round"
|
||||||
android:supportsRtl="true"
|
android:supportsRtl="true"
|
||||||
android:theme="@style/Theme.App">
|
android:theme="@style/Theme.App">
|
||||||
|
|
||||||
|
|
||||||
<service android:name=".MyFirebaseMessagingService"
|
<service android:name=".MyFirebaseMessagingService"
|
||||||
android:exported="false">
|
android:exported="false">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
@ -26,5 +24,4 @@
|
|||||||
</intent-filter>
|
</intent-filter>
|
||||||
</activity>
|
</activity>
|
||||||
</application>
|
</application>
|
||||||
|
|
||||||
</manifest>
|
</manifest>
|
@ -108,7 +108,7 @@ public class MainActivity extends AppCompatActivity {
|
|||||||
buttonSend.setOnClickListener(v -> {
|
buttonSend.setOnClickListener(v -> {
|
||||||
TOPIC = "/topics/testForMDT"; //topic must match with what the receiver subscribed to
|
TOPIC = "/topics/testForMDT"; //topic must match with what the receiver subscribed to
|
||||||
NOTIFICATION_TITLE = "Test";
|
NOTIFICATION_TITLE = "Test";
|
||||||
NOTIFICATION_MESSAGE = "Hello World";
|
NOTIFICATION_MESSAGE = "Gregor";
|
||||||
|
|
||||||
JSONObject notification = new JSONObject();
|
JSONObject notification = new JSONObject();
|
||||||
JSONObject notifcationBody = new JSONObject();
|
JSONObject notifcationBody = new JSONObject();
|
||||||
|
@ -6,5 +6,4 @@
|
|||||||
<item name="colorPrimaryDark">@color/purple700</item>
|
<item name="colorPrimaryDark">@color/purple700</item>
|
||||||
<item name="colorAccent">@color/teal200</item>
|
<item name="colorAccent">@color/teal200</item>
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
Loading…
x
Reference in New Issue
Block a user