[android-developers] Re: Creating new intent with data android:scheme...

2013-02-20 Thread ntt broken
is there anybody out there? On Thu, Feb 14, 2013 at 7:21 PM, ntt broken nttbro...@gmail.com wrote: can someone share more info on this one? thank you! On Mon, Jan 28, 2013 at 9:56 AM, ntt broken nttbro...@gmail.com wrote: Hi, How can i create an intent (Java code) that will be compatible

[android-developers] Re: Creating new intent with data android:scheme...

2013-02-14 Thread ntt broken
can someone share more info on this one? thank you! On Mon, Jan 28, 2013 at 9:56 AM, ntt broken nttbro...@gmail.com wrote: Hi, How can i create an intent (Java code) that will be compatible with intent filter declared? for example, if this is the intent filter declared

[android-developers] Creating new intent with data android:scheme...

2013-01-27 Thread ntt broken
Hi, How can i create an intent (Java code) that will be compatible with intent filter declared? for example, if this is the intent filter declared in the AndroidManifest.xml: activity android:name=.MyUriActivity intent-filter action android:name=android.intent.action.VIEW / category

[android-developers] displaying info about packages in ListView without ApplicationInfo noise.

2013-01-21 Thread ntt broken
Hi, i want to get in listview details of Android apps installed in the device. i can get some of the data i want inside the DDMS with the following code: final PackageManager pm = getPackageManager(); ListApplicationInfo packages = pm.getInstalledApplications(PackageManager.GET_META_DATA); for

[android-developers] SMS is auto-replied in a loop.

2011-10-21 Thread ntt broken
Hi, i wrote a simple android app that is auto reply. i want this to happen only once: device #1 - send sms - device#2 device#1 - auto reply text - device#2 the problem is that instead of answering with SMS only once, there's a loop that never ends of replying SMS to the device that sent the