For future reference: I've confirmed that setting 'copy protection' to
on in the marketplace does indeed mean you can't move the app to an SD
card after it's been downloaded.  Clearing this flag from the app's
listing then re-downloading allows it to move to SD as expected.


On Aug 5, 5:26 pm, Jeremy Statz <jst...@gmail.com> wrote:
> That's a good point, neither my manifest nor Mr. Wheadon's up above
> has a targetSdkVersion field.  I'll try that tonight and see if it
> fixes the problem.
>
> The really bizarre thing is I have confirmation that some of my
> wallpapers DO work, and there's no configuration differences between
> them.  In one case the free version can be moved to SD just fine,
> while the paid version (with a line-by-line identical manifest) won't
> allow it.  Actually, I just realized I may have the copy-protected
> field checked in the marketplace on at least some of the ones that are
> broken.  Does anyone know if that's a sticking point for SD install?
>
> On Aug 5, 2:58 pm, String <sterling.ud...@googlemail.com> wrote:
>
> > Hmm, just tested against one of my Market apps and it worked fine. I
> > just installed it from the Market and was able to move it SD fine.
>
> > Below is my manifest, if it helps. Pretty simple app. The only thing
> > that jumps out at me is that I have android:targetSdkVersion="8", and
> > that does seem like that might be required.
>
> > String
>
> > ----------------------
>
> > <?xml version="1.0" encoding="utf-8"?>
> > <manifest xmlns:android="http://schemas.android.com/apk/res/android";
> >           package="name.udell.convertor.lite"
> >           android:versionCode="8"
> >           android:versionName="1.3.3"
> >           android:installLocation="auto"
> >           >
>
> >     <uses-sdk android:minSdkVersion="3"
> >               android:targetSdkVersion="8"
> >               />
>
> >     <supports-screens android:anyDensity="true"
> >                       android:smallScreens="true"
> >                       android:normalScreens="true"
> >                       android:largeScreens="true"
> >                       />
>
> >     <application android:icon="@drawable/ic_launcher_lite"
> >                  android:label="@string/app_name"
> >                  android:debuggable="true"
> >                  >
>
> >         <activity
> > android:name="name.udell.convertor.LiteConvertActivity">
> >             <intent-filter>
> >                 <action android:name="android.intent.action.MAIN" />
> >                 <category
> > android:name="android.intent.category.LAUNCHER" />
> >             </intent-filter>
> >         </activity>
>
> >         <activity
> > android:name="name.udell.convertor.LiteSettingsActivity"
> >                   android:label="@string/settings_title"
> >                   >
> >         </activity>
>
> >     </application>
> > </manifest>

-- 
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

Reply via email to