thanks for all sympathies so far..

Heres the package name: com.byterefinery.mediasteersman
Heres the app name: MediaSteersman UPnP

Heres all the relevant stuff from the manifest:

    <uses-sdk
        android:minSdkVersion="14"
        android:targetSdkVersion="17" />

    <uses-feature android:name="android.hardware.wifi" 
android:required="true"/>
    
    <uses-permission android:name="android.permission.INTERNET" />
    <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
    <uses-permission 
android:name="android.permission.CHANGE_WIFI_MULTICAST_STATE" />
    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" 
/>
    <uses-permission android:name="android.permission.WAKE_LOCK" />
    <uses-permission 
android:name="android.permission.WRITE_EXTERNAL_STORAGE" />

    <supports-screens android:smallScreens="false"/>
    <supports-screens android:normalScreens="false"/>
    <supports-screens android:largeScreens="true"/>
    <supports-screens android:xlargeScreens="true"/>
    <supports-screens android:requiresSmallestWidthDp="600" />

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
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 android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to