feat: 优化后台任务管理,添加系统权限和用户偏好的完整检查,增强通知功能
This commit is contained in:
10
app.json
10
app.json
@@ -18,8 +18,7 @@
|
||||
"NSPhotoLibraryUsageDescription": "应用需要访问相册以选择您的体态照片用于AI测评。",
|
||||
"NSPhotoLibraryAddUsageDescription": "应用需要写入相册以保存拍摄的体态照片(可选)。",
|
||||
"UIBackgroundModes": [
|
||||
"background-fetch",
|
||||
"background-processing"
|
||||
"processing"
|
||||
]
|
||||
}
|
||||
},
|
||||
@@ -70,12 +69,7 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
[
|
||||
"expo-background-fetch",
|
||||
{
|
||||
"minimumInterval": 15
|
||||
}
|
||||
]
|
||||
"expo-background-task"
|
||||
],
|
||||
"experiments": {
|
||||
"typedRoutes": true
|
||||
|
||||
Reference in New Issue
Block a user