feat: add background gps tracking support
This commit is contained in:
@@ -9,6 +9,16 @@
|
||||
"navigationBarTitleText": "CMR Mini",
|
||||
"navigationBarBackgroundColor": "#ffffff"
|
||||
},
|
||||
"permission": {
|
||||
"scope.userLocation": {
|
||||
"desc": "用于获取当前位置并为后台持续定位授权"
|
||||
},
|
||||
"scope.userLocationBackground": {
|
||||
"desc": "用于后台持续获取当前位置并在地图上显示GPS点"
|
||||
}
|
||||
},
|
||||
"requiredBackgroundModes": ["location"],
|
||||
"requiredPrivateInfos": ["startLocationUpdateBackground", "onLocationChange"],
|
||||
"style": "v2",
|
||||
"componentFramework": "glass-easel",
|
||||
"lazyCodeLoading": "requiredComponents"
|
||||
|
||||
Reference in New Issue
Block a user