Thanks, loving FONGO/DELLVOICE/FREEPHONELINE.CA !!
http://digitaldumptruck.jotabout.com/?p=897
Code: Select all
<activity android:name="com.myapp.MyActivity"
          android:label="@string/app_name"
          android:configChanges="orientation"
          >
    <intent-filter>
        <action android:name="android.intent.action.VIEW" />
        <category android:name="android.intent.category.DEFAULT" />
    </intent-filter>