FAST icon indicating copy to clipboard operation
FAST copied to clipboard

investigate possible touchwiz problem

Open ligi opened this issue 12 years ago • 0 comments

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

ligi avatar Oct 01 '13 00:10 ligi