Skip to content

Commit

Permalink
NoDisplay setting to notification open Android Activity
Browse files Browse the repository at this point in the history
  • Loading branch information
jkasten2 committed Jul 8, 2015
1 parent f390071 commit b433d22
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
android:versionCode="1">
<application>
<meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" />
<activity android:name="com.onesignal.NotificationOpenedActivity"/>
<activity android:name="com.onesignal.NotificationOpenedActivity" android:theme="@android:style/Theme.NoDisplay"/>
<service android:name="com.onesignal.GcmIntentService" />
</application>

Expand Down
Binary file modified UnityOneSignalSDK.unitypackage
Binary file not shown.

0 comments on commit b433d22

Please sign in to comment.