• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Home Screen Widget Application not showing in tablet

innovator

Lurker
Hi,

I developed an widget application. This application is running in all devices.

But not showing in Table home screen widget list.

I tried in different ways like

Added attributes like
android:resizeMode="horizontal|vertical"
android:previewImage="@drawable/previewimage"

in Appwidgetprovider xml.

even then it showing in widget list only if we push the apk twice.

finally i made a dummy activity in may widget application and push the apk now my application is shown in perfectly in
widget list.

But problem with this dummy activity is it creates a icon in apps.

Please provide solution for making my widget application work perfectly in ICS and tablets.

Means how to make my widget available in home screen widget list when installed
 
Back
Top Bottom