mirror of
https://gitee.com/openharmony/applications_permission_manager
synced 2024-11-23 11:19:46 +00:00
添加2in1类型
Signed-off-by: fanchenxuan <fanchenxuan@huawei.com>
This commit is contained in:
parent
91f9681b0b
commit
4fbbe0931d
@ -4,8 +4,8 @@
|
||||
"app": {
|
||||
"bundleName": "com.ohos.permissionmanager",
|
||||
"vendor": "example",
|
||||
"versionCode": 1000020,
|
||||
"versionName": "1.2.0",
|
||||
"versionCode": 1000021,
|
||||
"versionName": "1.2.1",
|
||||
"icon": "$media:app_icon",
|
||||
"label": "$string:app_name",
|
||||
"minAPIVersion": 10,
|
||||
|
@ -227,10 +227,6 @@ export default class Constants {
|
||||
|
||||
//shape
|
||||
static SHAPE_DIA = 20;
|
||||
static SHAPE_BAN_DIA = 18;
|
||||
static SHAPE_BAN_OFFSET = 1;
|
||||
static SHAPE_ALLOW_DIA = 10;
|
||||
static SHAPE_ALLOW_OFFSET = 5;
|
||||
|
||||
// utils
|
||||
static CHAR_CODE = 0;
|
||||
@ -369,10 +365,7 @@ export default class Constants {
|
||||
static ROW_HEIGHT = 56
|
||||
static ROW_PADDING_TOP = 14
|
||||
static ROW_PADDING_BOTTOM = 14
|
||||
static DIALOG_MARGIN_BOTTOM = 12
|
||||
|
||||
//
|
||||
static INITIAL_INDEX = 10
|
||||
static ACCESS_TOKEN = 'ohos.security.accesstoken.tokencallback'
|
||||
|
||||
}
|
||||
|
@ -9,7 +9,8 @@
|
||||
"mainElement": "MainAbility",
|
||||
"deviceTypes": [
|
||||
"default",
|
||||
"tablet"
|
||||
"tablet",
|
||||
"2in1"
|
||||
],
|
||||
"deliveryWithInstall": true,
|
||||
"installationFree": false,
|
||||
|
Loading…
Reference in New Issue
Block a user