我在一个Activity中存储了一些支付值SharedPreferencesspreferences=PreferenceManager.getDefaultSharedPreferences(getApplicationContext());productId=spreferences.getString("productId","");purchaseToken=spreferences.getString("purchaseToken","");orderId=spreferences.getString("orderId","");现在我在另一个中检索它们作为SharedPre