Bug 724297 - Firefox Sync launcher icon opens settings or Fennec main activity, not setup.

This commit is contained in:
Richard Newman 2012-02-04 18:24:06 -08:00
parent 6d06b90bbe
commit d05831b3eb

View File

@ -4,6 +4,7 @@
android:screenOrientation="portrait"
android:configChanges="orientation"
android:windowSoftInputMode="adjustResize|stateHidden"
android:taskAffinity="org.mozilla.gecko.sync.setup"
android:name="org.mozilla.gecko.sync.setup.activities.SetupSyncActivity" >
<!-- android:configChanges: SetupSyncActivity will handle orientation changes; no longer restarts activity (default) -->
<intent-filter>