A good number of App improvements can also be found in the
DCS-825L - Firmware Wishlist.
My particular concern is that the
mydlink Baby Camera App is not available for download ("not compatible") from the Google Play Store on my generic chinese Android 4.03 wi-fi tablet.
This is especially a problem since the alternative
mydlink Lite App, which does run on this device, says the DCS-825L is not supported, so I can currently only use unsupported 3rd party apps to access my camera stream on this device.
This tablet meets the minimum Android OS spec (4.01) for the Baby App, so I would imagine this is due to some hardware requirements imposed (like GPS), which are not necessary for the App to function well enough.
Please modify App Manifest to make these features
android:required="false":
- android.hardware.telephony/MODIFY_PHONE_STATE
- android.hardware.location.gps/ACCESS_FINE_LOCATION
- android.hardware.location
- android.hardware.location.network
- android.hardware.touchscreen (complex multi-touch)
- android.hardware.microphone/RECORD_AUDIO
And add:
<supports-screens
android:anyDensity="true"
android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true" />