Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
areteruhiro committed Nov 1, 2024
2 parents 0053d50 + d6bc74e commit 464c20b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ https://apkcombo.com/ja/line/jp.naver.line.android/download/phone-14.3.2-apk


## 確認済みのバグやエラー
LsPatch下での、生体認証連携の不可
既読者が一人しか保存されない
既読者が正常に保存されない

## トークのバックアップ、リストアについて

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,9 @@ protected void afterHookedMethod(MethodHookParam param) throws Throwable {
});
}

// Intentの処理を共通化
private void handleIntent(Intent intent, Object activity) {
if (intent != null) {
String text = intent.getStringExtra(Intent.EXTRA_TEXT);
XposedBridge.log("Received text: " + text);
if ("バックアップを開始".equals(text)) {
backupChatHistory(((Activity) activity).getApplicationContext());
}
Expand Down

0 comments on commit 464c20b

Please sign in to comment.