[android-developers] Hotlist of DataQuad // Immediate Joiners //

2021-07-12 Thread sudeep raj
+) Salesforce - 2 Profiles - L2 EAD and H1 (7+) AWS DevOps - 2 Profiles - OPT (7+) ETL/DataWarehouse - 1 Profile - H1. ( 9+ ) VMWare /System Engineer - 1 Profile - H1 ( 9+ ) Will be waiting for your response. *Thanks & Regards,* *Sudeep* *DataQuad Inc* *Direct: 832-400-1005*

[android-developers] HOTLIST

2017-01-31 Thread sudeep . raj3sbc
*Thanks & Regards,* *Sudeep Raj* *Resource Coordinator* *3**S**BC* *3S Business Corporation* *O: 281-823-9222 Ext: 528| F: 281-823-9225* *E: **sudeep.raj**3...@gmail.com* <sudeep.raj3...@gmail.com>* | W: **www.3sbc.com <http://www.3sbc.com/>* -- You received this mes

[android-developers] Package Manager API clarification required.....

2012-06-26 Thread Sudeep Sharma
that is expected. The component should still be disabled. Thanks, Sudeep -- 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

Re: [android-developers] Package Manager API clarification required.....

2012-06-26 Thread Sudeep Sharma
the enabled/disabled state of the component. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Tue, Jun 26, 2012 at 5:38 AM, Sudeep Sharma sudeep.andr...@gmail.comwrote: Hi, I am using PackageManager API to disable some component. ComponentName name

Re: [android-developers] Package Manager API clarification required.....

2012-06-26 Thread Sudeep Sharma
framework team should comment. Thanks , Sudeep On 6/26/12, jc jroma...@gmail.com wrote: On Tuesday, June 26, 2012 10:40:28 AM UTC-5, MagouyaWare wrote: There is no state mentioned in manifest for the upgraded component, it should be in Disabled state until user enables it or Factory reset

Re: [android-developers] Enforcing clearTop only when launching app from browser

2012-06-26 Thread Sudeep Sharma
i think when u launch it from browser, launch it as new_task and also add intent extra to identify that its launched from browser. once u do this override the onNewIntent method. in this method check for your intent extra and do something like this.. @Override protected void

[android-developers] Mediarecorder

2012-05-29 Thread Sudeep
Which part of code is actually responsible for encoding the video and writing it to a location on memory? I looked into the code of mediarecorder.java and mediarecorder.h too, but couldnt understand. I couldnt find any code that might be doing the actual work. Any ideas? Thanks in advance. --

[android-developers] Handler.postDelayed not working for longer delays

2012-04-02 Thread sudeep bhowmick
Is it possible that postdelayed method does not work for longer delays (in hours)? I am seeing some missed events, i.e. the expected runnable does not run (the thread where the handler is instantiated is running). -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: Loader Manager behaviour problem

2012-03-25 Thread Sudeep Sharma
Sorryit was my mistakethe uri i was registring was not correct.loader and loader manager works perfectly. On 3/22/12, Sudeep Sharma sudeep.andr...@gmail.com wrote: Hi, Please help me on this. I have my own class similar to CursorLoader which extends AsyncTaskLoader. I need

[android-developers] Loader Manager behaviour problem

2012-03-22 Thread Sudeep Sharma
app. Please can anybody help me in understanding this or is this a LoaderManager bug. Thanks Regards, Sudeep. -- 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

[android-developers] LoaderManager/CursorLoader query.....

2012-02-26 Thread Sudeep Sharma
Hi, When using LoaderManager and Cursor loader, we get the Cursor object in onLoadFinished() callback. Since the content observer is registered with Cursor loader, that cursor will be updated and we get many callbacks for onLoadFinished() This is fine!!! If now after some time the

Re: [android-developers] on tab click get tab number

2012-02-26 Thread Sudeep Sharma
Can you be please be more clear ..i couldn't understand On Sat, Feb 25, 2012 at 11:48 AM, Jagruti Sangani jagruti.sang...@inextrix.com wrote: hello, i want to get which tab i have clicked.i have use the tab onchangelistener but it will give tab number after click on any other tab and

[android-developers] Query on LoaderManager/CursorLoader behaviour

2012-02-25 Thread Sudeep Sharma
Hi, I have a query with respect to list fragment which uses loader manager callbacks and cursor loader. When onLoadFinished is called with cursor, and if i pass this cursor to some background service which uses the information in cursor. While the background service is running and if i

[android-developers] Accessing Shared pref across Applications.

2012-02-14 Thread Sudeep Sharma
Hi Guys, Please can anybody help me on this. I wanted to read a shared preference from a diffrent apk. Currently i tried several options but I am unable to do so. Also i have read in several forums where i found a mix of comments where its posted that it is not at all possible and some

Re: [android-developers] Navigation Tabs converted to Drop down on orientation change in Action bar of ICS.

2012-01-16 Thread Sudeep Sharma
Thanks a lot Mark !! On 1/17/12, Mark Murphy mmur...@commonsware.com wrote: Well, I filed an issue: http://code.google.com/p/android/issues/detail?id=24439 but I suspect that it is the way it is. This feature is semi-documented: Note: In some cases, the Android system will show your action

[android-developers] Navigation Tabs converted to Drop down on orientation change in Action bar of ICS.

2012-01-13 Thread Sudeep Sharma
Hi Guys, I have a query related to Action bar in ICS. As we all know Action bar supports both mode , 1. Navigation Tabs 2. Drop-down Navigation. I have an Activity with Action bar and added Navigation Tabs such that each Tab text is lengthy. (say TAB1, TAB2, TAB3, TAB4. etc...)

[android-developers] getColumnIndex exception

2011-12-22 Thread Sudeep Jha
): at android.database.sqlite.SQLiteCursor.getColumnIndex(SQLiteCursor.java:312) Running it on android 2.3.3 emulator. Warm Regards, Sudeep -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

[android-developers] Re: getColumnIndex exception

2011-12-22 Thread Sudeep
I got the solution The exception is thrown if colunindex string name is appended with table alias On Dec 22, 6:38 pm, Sudeep Jha sudeep.neti...@gmail.com wrote: Hi All, I am getting the following exception each time I am accessing the columns in Database. Though application is not crashing

[android-developers] Need to ask ask question on Home key action on Emergency-Dialer

2011-12-20 Thread Sudeep Sharma
onDestroy when i pressed Home key on Emergency dialer. Is this some Android framework Bug . Please help me on this. I shall be thankful to you. Thanks Regards, Sudeep. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: Application not found at android market on Samsung galaxy mini

2011-08-04 Thread Sudeep
any suggestions please. On Aug 3, 4:51 pm, Sudeep Jha sudeep.neti...@gmail.com wrote: Hi All, The below application is not found at Android Market on Samsung galaxy Mini.Was able to download on other Samsung galaxy phones.   goog_1544198104*RAKBANK mobile bankinghttps://market.android.com

[android-developers] Application not found at android market on Samsung galaxy mini

2011-08-03 Thread Sudeep Jha
mini phone. Need a solution very urgently. Warm Regards, Sudeep -- 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

[android-developers] Re: Virtual keyboard moves the image upwards

2011-07-03 Thread Sudeep Sharma
adjustResize because when the IME is displayed the user can't scroll around in the window's content. *** Thanks .. On Wed, Jun 29, 2011 at 1:10 AM, Sudeep Sharma sudeep.andr...@gmail.comwrote: Hi

[android-developers] For testing the apk file

2011-06-29 Thread Sudeep Jha
: There is a problem parsing the package.” * Client wants us to deploy that on the AIX server for their testing team to test the same. Once the application is tested , then only we can upload the application to Android Market. This seems to be the show stopper for us. Warm Regards, Sudeep -- You received

[android-developers] Virtual keyboard moves the image upwards

2011-06-28 Thread Sudeep Sharma
Hi, In the package com.android.setupwizard where the first screen displays the Android Logo and an animated hand arrives, i see one issue there. When you try to open virtual keyboard by long press menu, the Android logo moves up and the image is half cut. I have a similar image and want to

[android-developers] Question on Broadcast receiver with some prioroty set and category set as Home

2011-06-25 Thread Sudeep Sharma
Hi, I have an application set as Home category having higher priority than the normal Home app. This is to show my app first as soon as the phone boots up. I have a broadcast receiver also within my manifest which also has same category home with priority even more than of my activity.

[android-developers] Application not found in android market

2011-06-22 Thread Sudeep Jha
issue that I can see is different screen sizes support. Why the application is not searchable on Android Market on few devices but on others ? Quick Help is needed from you guys. Thanks and Regards, Sudeep -- You received this message because you are subscribed to the Google Groups Android

[android-developers] onCreate and onNewIntent sequence

2011-06-22 Thread Sudeep Sharma
Hi, I have two activities A and B activity android:name=.A android:label=@string/A android:launchMode=singleTask android:clearTaskOnLaunch=true android:taskAffinity=.A

[android-developers] Re: Application not found in android market

2011-06-22 Thread Sudeep
Thanks a lot Mark and Justin. The minsdkversion support in my application is API level 3 So that puts it in older application category. Like Bond,I was unaware of the fact that default support for all screens is from API level 4. I can't change the API level 4 . I am aware of the fact that there

Re: [android-developers] Re: setSingleChoiceItems api usage in a dialog

2010-12-14 Thread Sudeep Sharma
...@gmail.com wrote: Try to use this layout (android.R.layout.simple_list_item_single_choice) instead of (android.R.layout.simple_list_item_1). I hope this will help you. Gulfam On Dec 14, 12:03 pm, Sudeep Sharma sudeep.andr...@gmail.com wrote: Hi, I am using the API of Alert Dialog

[android-developers] am profile command error Process not debuggable

2010-11-22 Thread sudeep bhowmick
I am trying to run the profile command using the am option: adb shell am profile pid start filename The process has permissions to write to sdcard. Even then, I am getting the following error: java.lang.SecurityException: Process not debuggable: ProcessRecord{xx/xx} This app has multiple

[android-developers] linking HyperLinks to an Activity

2010-09-26 Thread Sudeep Jha
Hi All, I want to call another activity when the user clicks an hyperlink. Can anybody suggest me how to use Intent in this case? Warm Regards, Sudeep -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Android market publishing from India

2010-09-21 Thread Sudeep Jha
it is not accepting India country code. Has anybody faced the same problem? Warm Regards, Sudeep -- 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

[android-developers] Android market publishing from India

2010-09-21 Thread Sudeep
it is not accepting India country code. Has anybody faced the same problem? Warm Regards, Sudeep -- 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

[android-developers] seekbar

2010-09-03 Thread sudeep sr
how to set circular thum to seekbar -- 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] /to Gold

2010-09-03 Thread sudeep sr
You can stat a new activity by using intent i=intent(current class,new class) i.startactivity(current class); //check spelling -- 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] Does your android phone support j2me?

2010-08-26 Thread Sudeep Jha
Hi All, I can test a J2ME application on HTC Hero device but I can't do this on Sony Xperia phone. Can we list here android phones on which we can run J2ME app? Warm Regards, Sudeep -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Urgent- Disable scroll bar from HorizontalScrollView

2010-08-12 Thread Sudeep
ScrollView xmlns:android=http://schemas.android.com/apk/res/ android android:id=@+id/pts_scrollView android:layout_width=fill_parent android:layout_height=wrap_content android:scrollbars=vertical

[android-developers] Re: Whether to use a Service or Thread for Http Connection?

2010-07-06 Thread Sudeep
Hi Sagar, Use AsycTask class if u want to publish the result or response in the UI thread. i.e. from the activity u called http connection . If you want to listen for any updates say stock value,then use a service which is like a background thread always running .almost:) On Jul 6,

[android-developers] Developing HTC touchflo like inteface for android

2010-06-10 Thread Sudeep Jha
Hi, After seeing HTC touchflo interface for windows mobile phones, I thought of building the same for my android app. Can anybody suggest how to go about this for the quick launch buttons view @bottom of screen? -- Warm Regards, Sudeep -- You received this message because you

[android-developers] Re: Developing HTC touchflo like inteface for android

2010-06-10 Thread Sudeep
How to develop buttons UI that float at the bottom of the screen? sumthing like launcher in Android froyo? On Jun 10, 11:00 am, Sudeep Jha sudeep.neti...@gmail.com wrote: Hi,     After seeing HTC touchflo interface for windows mobile phones,     I thought of building the same for my android

[android-developers] Setting theme in an activity

2010-06-06 Thread Sudeep Jha
is not getting loaded but the text color and textViewStyle got changed. The background image remains the defalult one -blank screen. If I am setting the theme in android manifest file then it works properly. Can anybody tell me the reason for this? Warm Regards, Sudeep -- You received this message because

Re: [android-developers] Digest for android-developers@googlegroups.com - 9 Messages in 7 Topics

2010-06-06 Thread Sudeep Jha
and textViewStyle got changed. The background image remains the defalult one -blank screen. If I am setting the theme in android manifest file then it works properly. Can anybody tell me the reason for this? Warm Regards, Sudeep -- You received this message because you are subscribed to the Google

[android-developers] Setting theme in an activity

2010-06-06 Thread Sudeep Jha
is not getting loaded but the text color and textViewStyle got changed. The background image remains the defalult one -blank screen. If I am setting the theme in android manifest file then it works properly. Can anybody tell me the reason for this? Warm Regards, Sudeep -- Warm Regards, Sudeep -- You

Fwd: [android-developers] Digest for android-developers@googlegroups.com - 9 Messages in 7 Topics

2010-06-06 Thread Sudeep Jha
and textViewStyle got changed. The background image remains the defalult one -blank screen. If I am setting the theme in android manifest file then it works properly. Can anybody tell me the reason for this? Warm Regards, Sudeep -- Warm Regards, Sudeep -- You received this message because you

[android-developers] setting theme for an activity

2010-06-06 Thread Sudeep Jha
but the text color and textViewStyle got changed. The background image remains the defalult one -blank screen. If I am setting the theme in android manifest file then it works properly. Can anybody tell me the reason for this? Warm Regards, Sudeep -- You received this message because you are subscribed

[android-developers] Setting theme for an activity

2010-06-06 Thread Sudeep Jha
=3793 Warm Regards, Sudeep -- Warm Regards, Sudeep -- 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

[android-developers] Port based sms in android

2010-06-01 Thread Sudeep Jha
Hi , Is it possible to use port numbers(to Send SMS) in Android App like we use in J2ME. So that only those App with the same Port Number can listen to SMS’s. I don't want data message to goto the inbox. Warm Regards, Sudeep -- You received this message because you are subscribed

[android-developers] Getting MIDlet version and CLDC version

2010-05-26 Thread Sudeep Jha
Hi all, How to get the MIDlet and CLDC version programmatically in android? Regards, Sudeep -- Warm Regards, Sudeep -- 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

[android-developers] Re: Getting MIDlet version and CLDC version

2010-05-26 Thread Sudeep
than J2ME, except that the Android SDK API is Java. Get a bit more cozy with Android concepts here: developer.android.com On Wed, May 26, 2010 at 4:26 AM, Sudeep Jha sudeep.neti...@gmail.comwrote: Hi all,       How to get the MIDlet and CLDC version programmatically in android? Regards

Re: [android-developers] Digest for android-developers@googlegroups.com - 25 Messages in 18 Topics

2010-05-25 Thread Sudeep Jha
Hi all, How to get the MIDlet and CLDC version programmatically in android? Regards, Sudeep -- 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

[android-developers] Trying to change the Search text field of QSB

2010-02-06 Thread Sudeep Sharma
searched package/apps/GlobalSearch, i could see the search_hint string for displaying the Quick Search Box but how is the Text View getting displayed. Help will be appreciated. Thanks , Sudeep. -- You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] Re: Using webservice through Android

2010-01-27 Thread Sudeep
Android supports REST services but if u want to use SOAP calls ,then look out for ksoap2 library.(google for ksoap2 android) On Jan 27, 2:27 pm, Chirayu Dalwadi chirayu.dalw...@gmail.com wrote: I want to call a webservice through android. How do i do that?? -- Warm Regards, Chirayu Dalwadi

[android-developers] activity stack issue :help please

2010-01-21 Thread Sudeep Sharma
. From the logs i see that resume of dialler app is called somehow and thats why dialler apps comes first and now if i press back again then i can see Call Settings Activity. Can anyone tell me what can be wrong here. Regards, Sudeep. -- You received this message because you are subscribed

[android-developers] Accessing wcf service from android

2010-01-12 Thread Sudeep Jha
Hi Droids, I want to use the WCF(.net) service for login authentication.Please tell me ASAP, the easiest way to do it. I was trying with wsdl also. Warm Regards, Sudeep -- You received this message because you are subscribed to the Google Groups Android Developers group

[android-developers] Re: Accessing wcf service from android

2010-01-12 Thread Sudeep
How to access the web service from android? On Jan 12, 3:25 pm, Sudeep Jha sudeep.neti...@gmail.com wrote: Hi Droids,           I want to use the WCF(.net) service for login authentication.Please tell me ASAP, the easiest way to do it.           I was trying with wsdl also. Warm Regards

[android-developers] Re: Utility class for database query

2009-09-23 Thread Sudeep
android.database.*? what would you provide on top of that? On 9/23/09 4:34 AM, Sudeep Jha wrote: Hi all,     Can anybody suggest what functionality to provide in a query utility class/classes?     The idea is to provide a database utility package for android developers.     I just wanna do

[android-developers] Re: Restore last viewed Activity

2009-09-20 Thread Sudeep Sharma
I think you can also save the Preferenceor make use of onSaveInstance method to achiev your goal. On Mon, Sep 21, 2009 at 7:12 AM, Mingli Wang rint...@gmail.com wrote: I think you could save some variable in file , and read it in your application's onCreate and start the specific

[android-developers] Security framework available on android??

2009-09-09 Thread Sudeep Jha
Which security framework is available or can be ported to android ? Warm Regards, Sudeep --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

[android-developers] Re: Text View issue....

2009-09-09 Thread Sudeep Sharma
Hi Mark Murphy, Please let me know the resolution for this.. Thanks in advance for your help. ~Sudeep... On 9/9/09, Sudeep sudeep.andr...@gmail.com wrote: Hi, I have a list view with diffrent widgets(Text View , check box, togglebutton etc). I know

[android-developers] Sample mobile application query

2009-09-08 Thread Sudeep Jha
Hi, Can you please tell me about the security management in mobile banking application? -- Warm Regards, Sudeep --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group

[android-developers] Re: A sample mobile banking solution

2009-09-08 Thread Sudeep
-Mobile USA, Inc. On Sep 7, 2:12 am, Sudeep Jha sudeep.neti...@gmail.com wrote: Hi all,         Can anybody tell me something about the security architecture required to build a mobile banking solution in android? Warm Regards, Sudeep -- Warm Regards, Sudeep

[android-developers] textview issue....

2009-09-08 Thread Sudeep Sharma
for this textview.??? Thanks Regards, Sudeep --~--~-~--~~~---~--~~ 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

[android-developers] Text View issue....

2009-09-08 Thread Sudeep
in orange colour on touching it so that user knows that he has made touch selection for this textview.??? Thanks and Regards, Sudeep --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] A sample mobile banking solution

2009-09-07 Thread Sudeep Jha
Hi all, Can anybody tell me something about the security architecture required to build a mobile banking solution in android? Warm Regards, Sudeep -- Warm Regards, Sudeep --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-developers] error 404 comes up when tried to browse the site

2009-09-01 Thread Sudeep
Hi, When i tried to browse a particular website through Browser application, i get error ERROR 404 PAGE NOT FOUND. The same link is accessible in my desktop. What could be the problem?? I get messahe like this I/ActivityManager( 86): Starting activity: Intent {

[android-developers] Cursor position at the end of text

2009-08-26 Thread Sudeep
Hi, When i try to edit and already stored notepad , i see the cursor at the end of first line. I want to make it appear to the end of the text. Please help me in this. Thanks for your support !! --~--~-~--~~~---~--~~ You received this message because you

[android-developers] AndroidIntentPlayground sourcecode

2009-07-30 Thread Sudeep Jha
Does anybody have the source code for AndroidIntentPlayground example in Diego Torres Milano's blog http://dtmilano.blogspot.com/? -- Warm Regards, Sudeep --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Service class

2009-07-30 Thread Sudeep Jha
How to create a service that will post messages to an activity periodically using timer? -- Warm Regards, Sudeep --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: Intent broadcasting not working

2009-07-29 Thread Sudeep Jha
Still no broadcasting.Can anybody give me an example code on broadcasting an intent from an activity to call another application? On Wed, Jul 29, 2009 at 7:26 PM, Mark Murphy mmur...@commonsware.comwrote: Sudeep Jha wrote: In an application main activity I have the following code

[android-developers] Re: Dialer

2009-07-29 Thread Sudeep Jha
Hi Michelle, you can use the following code snippet. Intent intent = new Intent(Intent.ACTION_CALL); intent.setData(Uri.parse(tel:+yourphoneNumber)); activity.startActivity(intent); Regards, Sudeep On Wed, Jul 29, 2009 at 5:40 PM, Michelle Silva m...@cin.ufpe.br

[android-developers] Intent broadcasting not working

2009-07-29 Thread Sudeep Jha
/receiver* This is not working.What I am missing here?please help.[?] -- Warm Regards, Sudeep --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

[android-developers] Re: Dialer

2009-07-29 Thread Sudeep Jha
Hi Michelle, Yes,you need to put this code into an activity class. Also,you need to set permission in your manifest file. uses-permission android:name=android.permission.CALL_PHONE / ... On Wed, Jul 29, 2009 at 6:00 PM, Michelle Silva m...@cin.ufpe.br wrote: Hi Sudeep

[android-developers] Application as a broadcast receiver

2009-07-28 Thread Sudeep
Hi, If I am broadcasting an Intent from an activity Can we make another application as a receiver.so that it will get invoked when that specific intent is broadcasted. Thanks, Sudeep --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-developers] Can we set uses-permission tags in a java program?

2009-07-23 Thread Sudeep
Hi, Can we set uses-permission tag from a java program?If yes,then how? --~--~-~--~~~---~--~~ 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] Can we modify androidminfest.xml in java program?

2009-07-23 Thread Sudeep Jha
Hi , I want to set uses-permission tags in my java program.Is it possible?If yes,then how can we do it? -- Warm Regards, Sudeep --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group