Skip to content

Commit 0205e49

Browse files
committed
Fixed AndroidManifest.xml example and Obsolete warning.
1 parent c835b75 commit 0205e49

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

UnityOneSignalExample/Assets/Plugins/Android/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</activity>
3030

3131
<receiver
32-
android:name="com.gamethrive.GcmBroadcastReceiver"
32+
android:name="com.onesignal.GcmBroadcastReceiver"
3333
android:permission="com.google.android.c2dm.permission.SEND" >
3434
<intent-filter>
3535
<action android:name="com.google.android.c2dm.intent.RECEIVE" />
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
using System;
22

3-
[Obsolete("GameThrive is decorated and will be removed in future releases. Please rename GameThrive to OneSignal in your code and your AndroidManifest.xml if your app is for Android.")]
3+
[Obsolete("GameThive is now called OneSignal. Please rename places where you use GameThrive to OneSignal including your AndroidManifest.xml if your app is for Android.")]
44
public class GameThrive : OneSignal {
55
}

UnityOneSignalSDK.unitypackage

-33 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)