Im sure I mentioned that way back. You just add <meta-data android:name="xperiaplayoptimized_content" android:resource="@drawable/icon" />To the androidmanifest.xml before </application>Should make it show up in the launcher then.
Quote from: Epic_bubble on December 22, 2011, 05:26:44 AMIm sure I mentioned that way back. You just add <meta-data android:name="xperiaplayoptimized_content" android:resource="@drawable/icon" />To the androidmanifest.xml before </application>Should make it show up in the launcher then.I added that to the manifest already. I'll check again to make sure I didn't type something wrong.
android:name="paulscode.android.mupen64plus.xperiaplay.SDLActivity" android:label="@string/app_name" android:screenOrientation="landscape" android:configChanges="orientation|keyboardHidden|uiMode"> <meta-data android:name="android.app.lib_name" android:value="xperia-touchpad" /> </activity> <meta-data android:name="xperiaplayoptimized_content" android:resource="@drawable/icon" /> </application>
android:name="paulscode.android.mupen64plus.xperiaplay.SDLActivity" android:label="@string/app_name" android:screenOrientation="landscape" android:configChanges="orientation|keyboardHidden|uiMode"> <meta-data android:name="android.app.lib_name" android:value="xperia-touchpad" /> <meta-data android:name="xperiaplayoptimized_content" android:resource="@drawable/icon" /> </activity> </application>
I cant get the app to compile properly so I cant test it out.
Quote from: Epic_bubble on December 22, 2011, 10:03:49 AMI cant get the app to compile properly so I cant test it out.Here's a test with that fix you you pointed out:Xperia Play Metadata Fix