FAST
FAST copied to clipboard
investigate possible touchwiz problem
while digging through some code I stumbled uppon this - might also be a problem for FAST - need to check when finding such a phone:
<activity
android:name="com.dynamicg.homebuttonlauncher.MainActivityAltNoAssist"
android:label="Samsung TouchWiz"
android:launchMode="singleTask"
android:excludeFromRecents="true"
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"
>
<intent-filter>
<action android:name="android.intent.action.ASSIST" />
<category android:name="android.intent.category.DEFAULT"/>
</intent-filter>
</activity>
http://dynamicg-android-apps2.googlecode.com/svn/trunk/HomeButtonLauncher/AndroidManifest.xml