[android-developers] Livewallpaper settings activity - Permission Denial when trying to load from 'configureā€¦' menu

2011-04-20 Thread RrD
screen shots to better explain the error: Screen 1 Link: dl.dropbox.com/u/426528/RrD/device2.png Screen 2 Link: dl.dropbox.com/u/426528/RrD/device3.png Error Log Link: dl.dropbox.com/u/426528/RrD/device4.png The manifest file is as follows: uses-sdk android:minSdkVersion=8 / uses-feature

[android-developers] losing PendingIntent on upgrade

2011-02-14 Thread rrd
PendingIntents at upgrades? How should I deal with the issue? rrd -- 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] debugging services, broadcast messages

2011-02-12 Thread rrd
Hi, My application listens to a broadcast message sent by a service. I would like to test, debug the activity but I do not want to wait for the time when the broadcast message is actually sent by the service. Is there any way to send a particular broadcast message to the emulator? rrd

[android-developers] broadcast message leave activity in the background

2010-10-31 Thread rrd
it? Is there a flag for invoking the intent, or what? rrd -- 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] Re: broadcast message leave activity in the background

2010-10-31 Thread rrd
Yes the receiver calls startActivity(). I think sending broadcast would not help me as the message already sent and received by the receiver. -- 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] update view when AsyncTask finished in a service

2010-10-12 Thread rrd
Hari I have an activity which starts a service. In the service there is a network lookup in an AsyncTask. Results from the lookup are saved to a database. The activity queries to database and shows the newest entries. But at the very first run the database is empty, so there is nothing to show.

[android-developers] ListPreference disable item

2010-10-02 Thread rrd
I have a currency exchange rate watcher application. The user could choose if he would like to get currency rates or foreign exchange rates. An other preference is to choose the selling, buying or middle rate. If the user choose to see currency rates I would like to disable midde rate from the

[android-developers] versionName in layout xml

2010-06-18 Thread rrd
I would like to show the versionName to the user in a textview TextView android:id=@+id/verzion android:text=@android:versionName android:layout_width=wrap_content android:layout_height=wrap_content /TextView Is it possible to modify the value of android:text to