From df0793d2acb20317e6e226246e9fd28b70023092 Mon Sep 17 00:00:00 2001 From: Mupceet Date: Sat, 15 Oct 2022 14:21:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0=E9=9A=9C=E7=A2=8D=E6=9D=83=E9=99=90?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mupceet --- .../entry/src/main/module.json | 16 ++++++++++------ .../entry/src/main/module.json | 8 ++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/barrierfree/accessibletest/actsabilitylisttest/entry/src/main/module.json b/barrierfree/accessibletest/actsabilitylisttest/entry/src/main/module.json index 415d7455e..ec5eea6ba 100644 --- a/barrierfree/accessibletest/actsabilitylisttest/entry/src/main/module.json +++ b/barrierfree/accessibletest/actsabilitylisttest/entry/src/main/module.json @@ -6,7 +6,7 @@ "description": "$string:entry_desc", "mainElement": "MainAbility", "deviceTypes": [ - "default", + "default", "phone", "tablet" ], @@ -36,13 +36,17 @@ ], "requestPermissions": [ { - "name": "ohos.permission.SYSTEM_FLOAT_WINDOW", - "reason": "need use ohos.permission.SYSTEM_FLOAT_WINDOW" + "name": "ohos.permission.SYSTEM_FLOAT_WINDOW", + "reason": "need use ohos.permission.SYSTEM_FLOAT_WINDOW" }, { - "name": "ohos.permission.CAPTURE_SCREEN", - "reason": "need use ohos.permission.SYSTEM_FLOAT_WINDOW" + "name": "ohos.permission.CAPTURE_SCREEN", + "reason": "need use ohos.permission.SYSTEM_FLOAT_WINDOW" + }, + { + "name": "ohos.permission.WRITE_ACCESSIBILITY_CONFIG", + "reason": "need use ohos.permission.WRITE_ACCESSIBILITY_CONFIG" } ] } -} \ No newline at end of file +} diff --git a/barrierfree/accessibletest/actscaptionconfigurationtest/entry/src/main/module.json b/barrierfree/accessibletest/actscaptionconfigurationtest/entry/src/main/module.json index 5959d5c35..f166deb9a 100644 --- a/barrierfree/accessibletest/actscaptionconfigurationtest/entry/src/main/module.json +++ b/barrierfree/accessibletest/actscaptionconfigurationtest/entry/src/main/module.json @@ -6,7 +6,7 @@ "description": "$string:entry_desc", "mainElement": "MainAbility", "deviceTypes": [ - "default", + "default", "phone", "tablet" ], @@ -43,14 +43,10 @@ "name": "ohos.permission.CAPTURE_SCREEN", "reason": "need use ohos.permission.SYSTEM_FLOAT_WINDOW" }, - { - "name": "ohos.permission.READ_ACCESSIBILITY_CONFIG", - "reason": "need use ohos.permission.READ_ACCESSIBILITY_CONFIG" - }, { "name": "ohos.permission.WRITE_ACCESSIBILITY_CONFIG", "reason": "need use ohos.permission.WRITE_ACCESSIBILITY_CONFIG" } ] } -} \ No newline at end of file +} -- GitLab