BTW, additionally I have "ON" ed the copy protection in the Android Market.*

**"On (Helps prevent copying of this application from the device. Increases
the amount of memory on the phone required to install the application.)"*


Kumar    _/|\_
www.saisk.com
ku...@saisk.com
"making a profound difference with knowledge and creativity..."


On Thu, Nov 12, 2009 at 7:01 PM, Kumaravel Kandasami <
kumaravel.kandas...@gmail.com> wrote:

> Thanks Dianne Hackborn.
> This is my entire manifest file, I have just renamed the classes for this
> email.
>
>
> <manifest xmlns:android="http://schemas.android.com/apk/res/android";
>       package="com.saisk.moneynow"
>       android:versionCode="2"
>       android:versionName="Preview 1.0">
>    <uses-permission android:name="android.permission.INTERNET" />
>    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"
> />
>    <application
>                android:name="myApplication"
>                android:icon="@drawable/mn"
>                android:label="@string/app_name"
>                android:windowNoTitle="true">
>
>         <activity android:name=".MyActivity"
>                   android:configChanges="keyboardHidden|orientation"
>                   android:theme="@android:style/Theme.NoTitleBar">
>             <intent-filter>
>                 <action android:name="android.intent.action.MAIN" />
>                 <category android:name="android.intent.category.LAUNCHER"
> />
>             </intent-filter>
>         </activity>
>     </application>
>
>     <uses-sdk android:minSdkVersion="3" />
> </manifest>
>
>
> Kumar    _/|\_
> www.saisk.com
> ku...@saisk.com
> "making a profound difference with knowledge and creativity..."
>
>
> On Thu, Nov 12, 2009 at 5:46 PM, Dianne Hackborn <hack...@android.com>wrote:
>
>> What else is in your manifest?
>>
>> On Thu, Nov 12, 2009 at 2:57 PM, Kumaravel Kandasami <
>> kumaravel.kandas...@gmail.com> wrote:
>>
>>> I just got a call from my friend saying that she is not able to see our
>>> App: "Money Now" on her Droid phone.
>>>
>>> I have declared in manifest.xml as
>>> <uses-sdk android:minSdkVersion="3" />
>>>
>>> Is there anything that I am missing to have my app be displayed on the
>>> DROID Phones or it is an user error.
>>>
>>>
>>> Appreciate your response.
>>>
>>> Thanks,
>>> Kumar    _/|\_
>>> www.saisk.com
>>> ku...@saisk.com
>>> "making a profound difference with knowledge and creativity..."
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Android Developers" group.
>>> To post to this group, send email to android-developers@googlegroups.com
>>> To unsubscribe from this group, send email to
>>> android-developers+unsubscr...@googlegroups.com<android-developers%2bunsubscr...@googlegroups.com>
>>> For more options, visit this group at
>>> http://groups.google.com/group/android-developers?hl=en
>>
>>
>>
>>
>> --
>> Dianne Hackborn
>> Android framework engineer
>> hack...@android.com
>>
>> Note: please don't send private questions to me, as I don't have time to
>> provide private support, and so won't reply to such e-mails.  All such
>> questions should be posted on public forums, where I and others can see and
>> answer them.
>>
>>  --
>> You received this message because you are subscribed to the Google
>> Groups "Android Developers" group.
>> To post to this group, send email to android-developers@googlegroups.com
>> To unsubscribe from this group, send email to
>> android-developers+unsubscr...@googlegroups.com<android-developers%2bunsubscr...@googlegroups.com>
>> For more options, visit this group at
>> http://groups.google.com/group/android-developers?hl=en
>
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to