6.0.3 - 新增使用修改安全设置权限自启无障碍 修复toast/socket导致崩溃 资源英文补全 支持64位系统 部分插件及工具版本更新

This commit is contained in:
SuperMonster003
2022-03-20 00:10:02 +08:00
parent ec61eb5000
commit a8ce1b9acb
185 changed files with 4018 additions and 3877 deletions

View File

@@ -119,7 +119,7 @@ public class IntentUtil {
installApk(context, path, fileProviderAuthority);
} catch (ActivityNotFoundException e) {
e.printStackTrace();
Toast.makeText(context, R.string.error_activity_not_found_for_apk_installing, Toast.LENGTH_SHORT).show();
Toast.makeText(context, R.string.text_activity_not_found_for_apk_installing, Toast.LENGTH_SHORT).show();
}
}