Instantly share code, notes, and snippets.
getsocial-im
/ GetSocialDeepLinkingActivity.java
Created
February 3, 2016 09:55
Code for Android Unity App and the Intent Trouble Article on GetSocial Blog
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package im.getsocial.sdk.core.unity; | |
import android.app.Activity; | |
import android.content.Intent; | |
import android.os.Bundle; | |
import android.view.Window; | |
import im.getsocial.sdk.core.GetSocial; | |
import im.getsocial.sdk.core.util.Log; |