added android:installLocation="internalOnly" tag to the manifest because the app is a widget, and uses services as recommended by the android developer site

This commit is contained in:
2011-02-04 23:26:29 +00:00
parent 17f76029e5
commit 54cb2b8f04
4 changed files with 3 additions and 28 deletions

View File

@@ -5,11 +5,11 @@
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry kind="lib" path="libs/twitter4j-core-2.1.11.jar"/>
<classpathentry kind="src" path="FacebookLib_src"/>
<classpathentry kind="src" path="LocationLib_src"/>
<classpathentry kind="lib" path="/LocationLib/lib/wpsapi.jar">
<attributes>
<attribute name="javadoc_location" value="http://tcdevsvn1/ShyHookdocumentation"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="LocationLib_src"/>
<classpathentry kind="output" path="bin"/>
</classpath>