-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LSPatch 時のトークのバックアップ/復元機能の実装 #195
base: master
Are you sure you want to change the base?
Conversation
コードの修正がまだ出来ていません、 |
これ以下の仕様(一度アプリを削除するとリストアするために、上書きしなければいけない)があるんですけど、このままで大丈夫ですか? |
今月中にもう少し詳細な検証を行いますね。 僕の技術で無理なら諦めて一旦このまま実装します。 |
エラー的には権限がないよ!って言われる感じなんですよね |
改善策みつかりそうですか? |
ちょっと調べたけど分かんなかったです。 |
これ、難しいですが解決方法思い浮かびました。 XSharedPreferencesで、lineに渡す |
public void saveFileToSharedPreferences(Context context, String filePath, String key) throws IOException {
} public void loadFileFromSharedPreferences(Context context, String key, String outputPath) throws IOException {
} |
確認項目
説明