Hi,
I have a strange problem.
I have a few activities and one of tham is defiled as:
[code]<activity android:name="InitialInfo"
android:screenOrientation="portrait" android:theme="@android:style/Theme.Dialog"></activity>
</application>code]
When running the application on emulators\phones with android SDK < 2.0.1, the mentioned activity is not shown (there is only a black screen) - but the application loads up and it is possible to go back to the applicayion and navigate through other screens.
When running the application with a higher SDK the activity is shown as a dialog screen and it works OK.
Do you know of any problems with this on SDK 1.5 or 1.6?
Thanks,
Amir

