Autorotation!

Have a great idea? We'd love to hear it! Want to share the story of how Fongo is saving you money? This is the place to do it!
Post Reply
canfongofan
Just Passing Thru
Posts: 3
Joined: 11/08/2012

Autorotation!

Post by canfongofan »

Really looking forward to autorotation for the entire app, not just for SMS!

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>
etc etc
Post Reply