.
This commit is contained in:
@@ -162,4 +162,9 @@ public abstract class AppUtil {
|
||||
|
||||
}
|
||||
|
||||
public static String getCgToken(Context context){
|
||||
SharedPreferences sp = context.getSharedPreferences(CAREGIVER_DETAILS, Context.MODE_PRIVATE);
|
||||
return sp.getString(CAREGIVER_TOKEN, null);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user