Some API / behaviour changes in Android 4+ (ICS, Jellybean), mean that many Sony LiveView plugins no longer are listed in the LiveView manager. For developers out there that are still supporting LiveView plugins, you should add the intent-filter (below) to your AndroidManifest.xml for the main Preferences activity.
<intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.LAUNCHER" /> </intent-filter>
This will give your plugin an icon under the regular launcher along side other apps, and it should also appear in the plugins list under Sony’s LiveView application.
I’ve recently made this update to Wrist Tweets (demo) to make things easier for users.
