Tagged Questions

11
votes
2answers
8k views

How can I create a custom home-screen replacement application for Android?

How do I create a home-screen replacement application? Is there any information about the home-screen application available? Can any application be a home-screen by just registering it with a ...
4
votes
5answers
6k views

Android homescreen shortcut permission error

In my program it adds a shortcut to the screen. I get the icon on the screen fine, but when I tap it, I get: 03-01 20:00:29.410: ERROR/AndroidRuntime(796): java.lang.SecurityException: Permission ...
2
votes
2answers
22 views

How can I build a dialog which is launched by a service?

I think my problem is easy to fix for you. I have a service running in the background and starting an Intent which starts an activity, which opens a dialog. Her is my code from the service: Intent ...
1
vote
1answer
102 views

Building a large home screen icon

We're creating an app that will become the dedicated purpose for the phones it's installed on. Towards this end, what's the best way to create a dedicated homescreen page for the app? Is it possible ...
0
votes
1answer
30 views

Where can I find the source for the Android “Home screen"

I want to learn how the "home screen" implemented. Any idea with what .java files to start?
0
votes
1answer
603 views

Android Application onCreate not called for homescreen launcher app during reboot

I am having a strange problem in an Android application that I am building, the application is basically a Homescreen replacement app which will be put as a default homescreen in a device. To do some ...
0
votes
0answers
205 views

Alternative call-screen

I'm developing an alternative call-screen for Android 2.1. I thought, when I set a call directly in com.android.internal.telephony.ITelephony no android call-screen will appear, but I was wrong. ...
0
votes
1answer
616 views

Decoupled AppWidget Intents after Home process restart

My Android app Transdroid offers several home screen widgets. Every AppWidget has 2 'buttons' (ImageButton), one starts the app and one starts some activity that refreshes the AppWidget content. ...