Skip to content

Commit

Permalink
udpate phonegap to 2.0. fixed imagedata bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
qhm123 authored and qhm123 committed Aug 28, 2012
1 parent 98c13b5 commit 992383f
Show file tree
Hide file tree
Showing 9 changed files with 5,753 additions and 29 deletions.
2 changes: 1 addition & 1 deletion Android/Weixin/Example/WeixinPhonegap/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<classpathentry kind="src" path="gen"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry kind="lib" path="libs/cordova-1.7.0.jar"/>
<classpathentry kind="lib" path="libs/libammsdk.jar"/>
<classpathentry kind="lib" path="libs/cordova-2.0.0.jar"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>
7 changes: 0 additions & 7 deletions Android/Weixin/Example/WeixinPhonegap/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,6 @@
android:label="@string/app_name"
android:launchMode="singleTask" >
</activity>
<activity
android:name="org.apache.cordova.DroidGap"
android:configChanges="orientation|keyboardHidden"
android:label="@string/app_name" >
<intent-filter>
</intent-filter>
</activity>

<receiver
android:name=".AppRegister"
Expand Down
Loading

1 comment on commit 992383f

@chengrenz
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

目前 微信开放平台,已出安卓版的分享到朋友圈api,麻烦请更新下phonegap版。

Please sign in to comment.