mirror of
https://github.com/openharmony/applications_contacts.git
synced 2026-07-01 19:54:30 -04:00
+1
-1
@@ -18,7 +18,7 @@
|
||||
{
|
||||
"name": "default",
|
||||
"signingConfig": "default",
|
||||
"compileSdkVersion": 12,
|
||||
"compileSdkVersion": 14,
|
||||
"compatibleSdkVersion": 9
|
||||
}
|
||||
]
|
||||
|
||||
@@ -278,7 +278,7 @@ export class MissedCallNotifier {
|
||||
action: action,
|
||||
missedCallData: missedCallData
|
||||
}, }],
|
||||
operationType: WantAgent.OperationType.SEND_COMMON_EVENT,
|
||||
actionType: WantAgent.OperationType.SEND_COMMON_EVENT,
|
||||
requestCode: 0
|
||||
})
|
||||
}
|
||||
@@ -302,7 +302,7 @@ export class MissedCallNotifier {
|
||||
entities: []
|
||||
}],
|
||||
requestCode: 0,
|
||||
operationType: WantAgent.OperationType.START_ABILITY,
|
||||
actionType: WantAgent.OperationType.START_ABILITY,
|
||||
wantAgentFlags: [WantAgent.WantAgentFlags.ONE_TIME_FLAG]
|
||||
});
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"modelVersion": "5.0.1",
|
||||
"modelVersion": "5.0.2",
|
||||
"dependencies": {}
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"modelVersion": "5.0.1",
|
||||
"modelVersion": "5.0.2",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@ohos/hypium": "1.0.6"
|
||||
|
||||
Reference in New Issue
Block a user