mirror of
https://github.com/openharmony/applications_photos.git
synced 2026-07-01 13:17:23 -04:00
Signed-off-by: liujuan <liujuan76@h-partners.com>
Changes to be committed:
This commit is contained in:
+2
-2
@@ -26,8 +26,8 @@
|
||||
{
|
||||
"name": "default",
|
||||
"signingConfig": "debug",
|
||||
"compileSdkVersion": 12,
|
||||
"compatibleSdkVersion": 12
|
||||
"compileSdkVersion": 14,
|
||||
"compatibleSdkVersion": 14
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@ohos/thirdselect",
|
||||
"description": "a npm package which contains thirdSelect feature",
|
||||
"main": "index.ts",
|
||||
"main": "index.ets",
|
||||
"version": "1.0.0",
|
||||
"dependencies": {
|
||||
"@ohos/browser": "../browser",
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"modelVersion": "5.0.2",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@ohos/hypium": "1.0.6"
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"apiType": 'stageMode',
|
||||
"buildOption": {
|
||||
"compileMode": "esmodule",
|
||||
"sourceOption": {
|
||||
"workers": [
|
||||
"./src/main/ets/workers/HistogramWorker.ts"
|
||||
|
||||
@@ -23,13 +23,28 @@
|
||||
"name": "ohos.permission.PROXY_AUTHORIZATION_URI"
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.READ_IMAGEVIDEO"
|
||||
"name": "ohos.permission.READ_IMAGEVIDEO",
|
||||
"reason": "$string:app_name",
|
||||
"usedScene": {
|
||||
"abilities": ["FormAbility"],
|
||||
"when": "inuse"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.WRITE_IMAGEVIDEO"
|
||||
"name": "ohos.permission.WRITE_IMAGEVIDEO",
|
||||
"reason": "$string:app_name",
|
||||
"usedScene": {
|
||||
"abilities": ["FormAbility"],
|
||||
"when": "inuse"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.MEDIA_LOCATION"
|
||||
"name": "ohos.permission.MEDIA_LOCATION",
|
||||
"reason": "$string:app_name",
|
||||
"usedScene": {
|
||||
"abilities": ["FormAbility"],
|
||||
"when": "inuse"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.START_ABILITIES_FROM_BACKGROUND"
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
},
|
||||
"formVisibleNotify": true,
|
||||
"colorMode": "auto",
|
||||
"isDefault": true,
|
||||
"isDefault": false,
|
||||
"updateEnabled": true,
|
||||
"scheduledUpdateTime": "10:30",
|
||||
"updateDuration": 1,
|
||||
@@ -53,7 +53,7 @@
|
||||
},
|
||||
"formVisibleNotify": true,
|
||||
"colorMode": "auto",
|
||||
"isDefault": true,
|
||||
"isDefault": false,
|
||||
"updateEnabled": true,
|
||||
"scheduledUpdateTime": "10:30",
|
||||
"updateDuration": 1,
|
||||
|
||||
Reference in New Issue
Block a user