Skip to content

Instantly share code, notes, and snippets.

@getsocial-im
getsocial-im / GetSocialDeepLinkingActivity.java
Created February 3, 2016 09:55
Code for Android Unity App and the Intent Trouble Article on GetSocial Blog
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;