Skip to content

Commit 6d891dd

Browse files
committed
corrected google policy
1 parent 853250c commit 6d891dd

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

android/app/src/main/AndroidManifest.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
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"
@@ -53,6 +54,11 @@
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>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)