I am trying to integrated linkedIn using this question answer Posting LinkedIn message from Android application but this given example LITest in not working on Device is Sh
First Try to clear cookies before you init LinkedIn related object... Use Below Code
CookieSyncManager.createInstance(this); CookieManager cookieManager = CookieManager.getInstance(); cookieManager.removeAllCookie();
Please update me if it works or not....