[플친] 카카오 플러스친구 안드로이드 Pie

카카오 플러스 친구 안드로이드 Pie로 바뀐뒤로 안되네여 이부분 어떻게 해결할지 아시나요?

try{
PlusFriendService.getInstance().addFriend(App.getContext(),
App.getContext().getString(R.string.kakao_plus_friend_id));
}catch (KakaoException e){
Utility.error(TAG,e.getMessage());
}

에러 메세지 : Calling startActivity() from outside of an Activity context requires the FLAG_ACTIVITY_NEW_TASK flag. Is this really what you want?

해결되었습니다.

https://naulsnow.tistory.com/21

1개의 좋아요