I have an app, In this signIn through the dropbox and after the signIn I got the vale of below I declared:
DropboxAPI<AndroidAuthSession> mDBApi;
私が欲しいのは:
電話の再起動後にこの値を使用したい(この値を取得したい)。
Or
この値を永続的に保存したい。
For better understand have a look on this Link :
DROPBOX_REFERENCE_LINK
このために私が試したこと:
私は静的にしましたが、電話がオンになるまで正常に動作しています。という意味ではない !
SharedPrefrence を使用しますが
I have to put this value into the String
、 typeCast の時点で、この String 値を DropboxAPI Generic Type に変換できません。
お気に入り :
String s = mDBApi_From_Prefrence;
DropboxAPI<AndroidAuthSession> mDBApi = `TypeCast From String s to DropboxAPI<AndroidAuthSession>`
この mBDApi 値を保存するにはどうすればよいですPERMANENT
か?