Skip to content

Commit d1dda2c

Browse files
committed
No need for utils class to be public
1 parent 9a21b05 commit d1dda2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.unity.mobile.notifications/Runtime/Android/Plugins/com/unity/androidnotifications/UnityNotificationUtilities.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
import static com.unity.androidnotifications.UnityNotificationManager.KEY_SHOW_IN_FOREGROUND;
3333
import static com.unity.androidnotifications.UnityNotificationManager.TAG_UNITY;
3434

35-
public class UnityNotificationUtilities {
35+
class UnityNotificationUtilities {
3636
/*
3737
We serialize notifications and save them to shared prefs, so that if app is killed, we can recreate them.
3838
The serialized BLOB starts with a four byte magic number descibing serialization type, followed by an integer version.

0 commit comments

Comments
 (0)