6.3.2 - 新增 crypto 模块 / 日志复制及导出; 修复 runtime.loadDex 及 loadJar; 优化客户端及服务端连接体验

This commit is contained in:
SuperMonster003
2023-07-07 01:02:28 +08:00
parent f754e880d3
commit 29c2f4a03a
651 changed files with 20786 additions and 3753 deletions

View File

@@ -1,11 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
xmlns:app="http://schemas.android.com/apk/res-auto"
app:popupTheme="@style/Widget.AppCompat.PopupMenu">
<item
android:id="@+id/action_select_image"
android:icon="@drawable/ic_insert_photo_white_48dp"
android:title="@string/text_select_image"
app:showAsAction="always"/>
app:showAsAction="never"/>
</menu>