First get the instance of SharedPreferences using SharedPreferences userDetails = context.getSharedPreferences("userdetails", MODE_PRIVATE); Now to save the ...
確定! 回上一頁