Users and developers should observe the following protocols regarding this file:
In Android's internal storage, the folder or file named com.garena.msdk acts as a local database for account identification.
<activity android:name="com.garena.msdk.link.BridgeActivity"> <intent-filter> <action android:name="android.intent.action.VIEW" /> <category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.BROWSABLE" /> <data android:scheme="mygame" /> <data android:scheme="https" android:host="garena.com" /> </intent-filter> </activity>
:
MSDKLink::SendToGame("com.garena.game.ff", "https://ff.garena.com/room/123");
Garena has undergone significant changes in how it links accounts to external services:
For developers using the MSDK Developer Reference , the Garena sub-channel requires specific configuration of the garena_app_id within the plugin directory to properly initialize these local storage components. Garena(10) · MSDK Developer Reference