hi, Does anybody figure out what the problem is? I've got the same problem. My users using MyTouch told me that they can't see my app on the market... I have no idea what the problem is...
On Feb 26, 10:43 pm, BlackLight <[email protected]> wrote: > Hello. > > I've got several messages from my users. All of them hasMyTouch3G > 3.5mm and they cannot find my app in theMarket(even search shows > "nothing found"). Users with G1, Droid, Hero can find and download > app. > > <?xml version="1.0" encoding="utf-8"?> > <manifest xmlns:android="http://schemas.android.com/apk/res/android" > package="com.someapp" > android:versionCode="1" > android:versionName="1.0"> > > <uses-sdk android:minSdkVersion="3" /> > > <uses-permission android:name="android.permission.VIBRATE" /> > <uses-permission android:name="android.permission.RECORD_AUDIO" /> > <uses-permission > android:name="android.permission.READ_PHONE_STATE" /> > <uses-permission android:name="android.permission.INTERNET" /> > <uses-permission android:name="android.permission.WAKE_LOCK" /> > > <application android:icon="@drawable/icon" android:label="@string/ > app_name"> > ... > > Is something wrong with AndroidManifest.xml? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

