Opti the translation, corrected typos in the README.
Added new permissions and activity-aliases to AndroidManifest.xml, updated provider permissions, and adjusted service export settings. Improved the Chinese translation for storage selection. Fixed typos in the README project name.
This commit is contained in:
parent
147d93c5dc
commit
7881387bb2
|
|
@ -1,4 +1,4 @@
|
||||||
# Natch Framework
|
# NPatch Framework
|
||||||
|
|
||||||
[](https://github.com/7723mod/NPatch/actions/workflows/main.yml?query=event%3Apush+is%3Acompleted+branch%3Amaster) [](https://crowdin.com/project/lspatch_jingmatrix) [](https://github.com/7723mod/NPatch/releases/latest) [](https://github.com/7723mod/NPatch/releases)
|
[](https://github.com/7723mod/NPatch/actions/workflows/main.yml?query=event%3Apush+is%3Acompleted+branch%3Amaster) [](https://crowdin.com/project/lspatch_jingmatrix) [](https://github.com/7723mod/NPatch/releases/latest) [](https://github.com/7723mod/NPatch/releases)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,8 @@
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:tools="http://schemas.android.com/tools">
|
xmlns:tools="http://schemas.android.com/tools">
|
||||||
|
|
||||||
|
|
||||||
|
<uses-permission android:name="com.rosan.dhizuku.permission.API"/>
|
||||||
<uses-permission
|
<uses-permission
|
||||||
android:name="android.permission.QUERY_ALL_PACKAGES"
|
android:name="android.permission.QUERY_ALL_PACKAGES"
|
||||||
tools:ignore="QueryAllPackagesPermission" />
|
tools:ignore="QueryAllPackagesPermission" />
|
||||||
|
|
@ -27,6 +29,12 @@
|
||||||
|
|
||||||
<category android:name="android.intent.category.LAUNCHER" />
|
<category android:name="android.intent.category.LAUNCHER" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
|
</activity>
|
||||||
|
<activity-alias
|
||||||
|
android:name=".ui.activity.InstallActivity"
|
||||||
|
android:enabled="false"
|
||||||
|
android:exported="true"
|
||||||
|
android:targetActivity=".ui.activity.MainActivity">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.VIEW" />
|
<action android:name="android.intent.action.VIEW" />
|
||||||
<category android:name="android.intent.category.DEFAULT" />
|
<category android:name="android.intent.category.DEFAULT" />
|
||||||
|
|
@ -35,19 +43,22 @@
|
||||||
<data android:scheme="content" />
|
<data android:scheme="content" />
|
||||||
<data android:mimeType="application/vnd.android.package-archive" />
|
<data android:mimeType="application/vnd.android.package-archive" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</activity>
|
</activity-alias>
|
||||||
|
|
||||||
|
|
||||||
<service
|
<service
|
||||||
android:name=".manager.ModuleService"
|
android:name=".manager.ModuleService"
|
||||||
android:exported="true" />
|
android:exported="true"
|
||||||
|
tools:ignore="ExportedService" />
|
||||||
|
|
||||||
|
|
||||||
<provider
|
<provider
|
||||||
android:name="rikka.shizuku.ShizukuProvider"
|
android:name="rikka.shizuku.ShizukuProvider"
|
||||||
android:authorities="org.lsposed.lspatch.shizuku"
|
android:authorities="${applicationId}.shizuku"
|
||||||
android:enabled="true"
|
android:enabled="true"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
android:multiprocess="false"
|
android:multiprocess="false"
|
||||||
android:permission="android.permission.INTERACT_ACROSS_USERS_FULL" />
|
android:permission="android.permission.INTERACT_ACROSS_USERS_FULL" />
|
||||||
</application>
|
</application>
|
||||||
|
|
||||||
</manifest>
|
</manifest>
|
||||||
|
|
@ -48,7 +48,7 @@
|
||||||
<string name="patch_select_dir_title">选择存储目录</string>
|
<string name="patch_select_dir_title">选择存储目录</string>
|
||||||
<string name="patch_select_dir_text">选择一个目录来存储已修补的 apk</string>
|
<string name="patch_select_dir_text">选择一个目录来存储已修补的 apk</string>
|
||||||
<string name="patch_select_dir_error">设置存储目录时出错</string>
|
<string name="patch_select_dir_error">设置存储目录时出错</string>
|
||||||
<string name="patch_from_storage">从存储目录中选择(多个)apk</string>
|
<string name="patch_from_storage">从存储目录中选择 (多个) apk</string>
|
||||||
<string name="patch_from_applist">选择已安装的应用程序</string>
|
<string name="patch_from_applist">选择已安装的应用程序</string>
|
||||||
<string name="patch_mode">修补模式</string>
|
<string name="patch_mode">修补模式</string>
|
||||||
<string name="patch_local">本地模式</string>
|
<string name="patch_local">本地模式</string>
|
||||||
|
|
|
||||||
|
|
@ -48,7 +48,7 @@
|
||||||
<string name="patch_select_dir_title">選擇儲存資料夾</string>
|
<string name="patch_select_dir_title">選擇儲存資料夾</string>
|
||||||
<string name="patch_select_dir_text">選擇一個資料夾儲存打包好的 apk</string>
|
<string name="patch_select_dir_text">選擇一個資料夾儲存打包好的 apk</string>
|
||||||
<string name="patch_select_dir_error">設定儲存資料夾出錯</string>
|
<string name="patch_select_dir_error">設定儲存資料夾出錯</string>
|
||||||
<string name="patch_from_storage">從儲存空間中選取 apk</string>
|
<string name="patch_from_storage">從儲存空間中選取 (多个) apk</string>
|
||||||
<string name="patch_from_applist">選取已安裝的應用程式</string>
|
<string name="patch_from_applist">選取已安裝的應用程式</string>
|
||||||
<string name="patch_mode">打包模式</string>
|
<string name="patch_mode">打包模式</string>
|
||||||
<string name="patch_local">本機</string>
|
<string name="patch_local">本機</string>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue