Hello, I did small app for android wear. The app is universal and can automatically change UI for all devices: mobile phone, square android wear watch and round android wear watch. 1) I can't use same apk for android mobile phone and android wear watch. I should doublicate my package and put the same apk twice, one for mobile phone and second android wear watch. The apk are same. 2) The google certification ingenieur press to me use android.support.wearable framework. My app is only 22 Kb size, doublicate version is 46 Kb, but android.support.wearable framework get additional 5 Mb ! 3) Without using android.support.wearable.view.DismissOverlayView I can not pass thru android wear app certification ...
My question is why I need obligatory use android.support.wearable.view.DismissOverlayView to pass thru android wear app certification ? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/81a24f8a-41d1-42f9-9fa4-b5b4e36cfa50%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

