카카오 플러스 친구 안드로이드 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?