Well, first disppointment from Android Market distribution was a quick one:
Because SMS reading requires some SMS-related permissions in the application, Android Market requires "android.hardware.telephony" feature to be supported by target device.
That means that devices without telephone (tablets) will not see FeedPaper in the Market, although it would work just fine (with SMS provider disabled). At least it can still be downloaded from this site and installed manually.
I was trying to get past this problem using recently added Multiple APK Support feature and uploading the same version with just the right permissions and features disabled, but unfortunatelly, this is not the right use case (these are apparently limited to target API level, screen size and OpenGL texture compression at the moment).
What does it mean for future development and distribution?
Because majority of devices excluded by this restriction are tablets with large screens, which are not too good for FeedPaper anyway, I'll probably keep the current course and target tablets with separate application - resizable widget, without SMS provider.
