mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-30 08:33:21 +03:00
update input
This commit is contained in:
4
android/app/src/main/res/values/strings.xml
Normal file
4
android/app/src/main/res/values/strings.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<resources>
|
||||
<string name="app_name">RustDesk</string>
|
||||
<string name="accessibility_service_description">测试服务 输入服务</string>
|
||||
</resources>
|
||||
@@ -0,0 +1,6 @@
|
||||
<accessibility-service xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:accessibilityEventTypes="typeWindowsChanged"
|
||||
android:accessibilityFlags="flagDefault"
|
||||
android:notificationTimeout="50"
|
||||
android:description="@string/accessibility_service_description"
|
||||
android:canPerformGestures="true"/>
|
||||
Reference in New Issue
Block a user