setCurrentActivity

Register the host Activity backing the notification-permission OS dialog. Call from onResume(); pass null from onDestroy() if you want to be explicit (the SDK uses a java.lang.ref.WeakReference internally so it never prevents the Activity from being GC'd).