Skip to content

Commit

Permalink
corrected google policy
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan6sha committed Apr 10, 2024
1 parent 853250c commit 6d891dd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_DATA_SYNC" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_SHORT_SERVICE" />

<application
android:name=".MainApplication"
Expand Down Expand Up @@ -53,6 +54,11 @@
<data android:host="fotos.fx.land" />
</intent-filter>
</activity>
<service
android:name=".MetamaskSDKService"
android:foregroundServiceType="shortService"
android:exported="false">
</service>
<service android:name="com.asterinet.react.bgactions.RNBackgroundActionsTask" android:exported="false" />
<service android:name="app.notifee.core.ForegroundService" android:foregroundServiceType="dataSync" />
</application>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fotos",
"version": "1.5.5",
"version": "1.5.6",
"private": true,
"scripts": {
"start": "SET NODE_OPTIONS=--openssl-legacy-provider && react-native start",
Expand Down

0 comments on commit 6d891dd

Please sign in to comment.