I'm having a problem getting my Adobe Air 3.1 app (which I developed on the Toshiba Thrive) to be available on the Thrive on the app market due to "manifest settings". Anyone have any experience here? Here is the Android section of my manifest:

<manifest android:installLocation="auto">

     <uses-permission android:name="android.permission.INTERNET"/>

          <uses-configuration android:reqFiveWayNav="false"

                                        android:reqHardKeyboard="false"

                                        android:reqKeyboardType="nokeys"

                                        android:reqNavigation="nonav"

                                        android:reqTouchScreen="undefined"/>

          <supports-screens android:smallScreens="false"

                                      android:normalScreens="false"

                                        android:largeScreens="false"

                                        android:xlargeScreens="true"/>

<application android:enabled="true">

<activity android:excludeFromRecents="false">

     <intent-filter>

          <action android:name="android.intent.action.MAIN"/>

          <category android:name="android.intent.category.LAUNCHER"/>

     </intent-filter>

</activity>

</application>

</manifest>

]]>

</manifestAdditions>
link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.