File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1313 <uses-permission android : name =" android.permission.CAMERA" />
1414 <uses-permission android : name =" android.permission.FOREGROUND_SERVICE" />
1515 <uses-permission android : name =" android.permission.FOREGROUND_SERVICE_DATA_SYNC" />
16+ <uses-permission android : name =" android.permission.FOREGROUND_SERVICE_SHORT_SERVICE" />
1617
1718 <application
1819 android : name =" .MainApplication"
5354 <data android : host =" fotos.fx.land" />
5455 </intent-filter >
5556 </activity >
57+ <service
58+ android : name =" .MetamaskSDKService"
59+ android : foregroundServiceType =" shortService"
60+ android : exported =" false" >
61+ </service >
5662 <service android : name =" com.asterinet.react.bgactions.RNBackgroundActionsTask" android : exported =" false" />
5763 <service android : name =" app.notifee.core.ForegroundService" android : foregroundServiceType =" dataSync" />
5864 </application >
Original file line number Diff line number Diff line change 11{
22 "name" : " fotos" ,
3- "version" : " 1.5.5 " ,
3+ "version" : " 1.5.6 " ,
44 "private" : true ,
55 "scripts" : {
66 "start" : " SET NODE_OPTIONS=--openssl-legacy-provider && react-native start" ,
You can’t perform that action at this time.
0 commit comments