File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
yoti-sdk/src/main/java/com/yoti/mobile/android/sdk/kernelSDK Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ public class KernelSDKIntentService extends IntentService {
36
36
private static final String ACTION_BACKEND_CALL = "com.yoti.mobile.android.sdk.network.action.BACKEND_CALL" ;
37
37
private static final String ACTION_START_SCENARIO = "com.yoti.mobile.android.sdk.network.action.START_SCENARIO" ;
38
38
private static final String YOTI_CALLED_RESULT_RECEIVER = "com.yoti.mobile.android.sdk.network.action.YOTI_CALLED_RESULT_RECEIVER" ;
39
- public static final String YOTI_PENDING_INTENT_EXTRA = "YOTI_PENDING_INTENT_EXTRA" ;
39
+ public static final String YOTI_PENDING_INTENT_EXTRA = "com.yoti.mobile.android.sdk.network.extra. YOTI_PENDING_INTENT_EXTRA" ;
40
40
41
41
private static final String EXTRA_USE_CASE_ID = "com.yoti.mobile.android.sdk.network.extra.USE_CASE_ID" ;
42
42
private KernelSDK mKernelSDK ;
You can’t perform that action at this time.
0 commit comments