Skip to content

Commit b6f105f

Browse files
committed
Update ACG group name
- group namde has been changed. replace it.
1 parent 41da3cb commit b6f105f

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"com.example.service.js": [
3-
"time", "activities.manage"
3+
"time.query", "activity.operation"
44
]
55
}

native-apps/built-in/com.example.app.nativeqt/appinfo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"main": "nativeqt",
77
"title": "Native qt App",
88
"icon": "icon.png",
9-
"requiredPermissions" : ["applications"],
9+
"requiredPermissions" : ["application.operation"],
1010
"nativeLifeCycleInterfaceVersion": 2
1111
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"com.example.service.native":[
3-
"time"
3+
"time.query"
44
]
55
}
66

qml-apps/com.example.app.qml/appinfo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"main": "main.qml",
77
"title": "QML App",
88
"icon": "icon.png",
9-
"requiredPermissions" : ["time", "applications"]
9+
"requiredPermissions" : ["time.query", "application.operation"]
1010
}

web-apps/com.example.app.web/appinfo.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"main": "index.html",
77
"title": "Web app sample",
88
"icon": "icon.png",
9-
"requiredPermissions" : ["time"]
10-
}
9+
"requiredPermissions" : ["time.query"]
10+
}

0 commit comments

Comments
 (0)