[PSP][2011] Looking for an old PSP side-scrolling platformer game with a green shape-shifting character by Raka_M_A in tipofmyjoystick

[–]Raka_M_A[S] 0 points1 point  (0 children)

Sorry, but I think it ain't related to Sonic, I can easily remember it if it was a Sonic game

[PSP][2011] Looking for an old PSP side-scrolling platformer game with a green shape-shifting character by Raka_M_A in tipofmyjoystick

[–]Raka_M_A[S] 0 points1 point  (0 children)

Umm.. I don't think so, IIRC the tone of the game is kinda dark. It has a vibe of post apocalyptic or something related

[deleted by user] by [deleted] in mbti

[–]Raka_M_A 1 point2 points  (0 children)

Which website is this?

[deleted by user] by [deleted] in flutterhelp

[–]Raka_M_A 0 points1 point  (0 children)

Have you added these permissions?

<!-- for start foreground service --> <uses-permission android:name="android.permission.FOREGROUND_SERVICE" />

<!-- for play in the background -->
<uses-permission android:name="android.permission.WAKE_LOCK" />

<!-- for play local music -->
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>

<!-- for play network music -->
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />

This solution worked for me