We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aea7614 commit 1d0c7cbCopy full SHA for 1d0c7cb
1 file changed
APIJSON(Android)/APIJSON(ADT)/APIJSONDemoApp/src/apijson/demo/ui/SelectActivity.java
@@ -28,8 +28,6 @@
28
*/
29
public class SelectActivity extends Activity {
30
31
- public static final String RESULT_JSON = "RESULT_JSON";
32
-
33
34
private Activity context;
35
@Override
@@ -88,7 +86,7 @@ public void selectAccessPermitted(View v) {
88
86
89
87
public void toUpdateLog(View v) {
90
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse(
91
- StringUtil.getCorrectUrl("github.com/TommyLemon/Android-ZBLibrary/commits/master"))));
+ StringUtil.getCorrectUrl("github.com/TommyLemon/APIJSON/commits/master"))));
92
}
93
94
//click event,called form layout android:onClick >>>>>>>>>>>>>>>>
0 commit comments