File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ public boolean onCreateOptionsMenu(Menu menu) {
32
32
*
33
33
*/
34
34
private final int SCRIPT_EXEC_PY = 40001 ;
35
- private final String extPlgPlusName = "com.hipipal.qpy " ;
35
+ private final String extPlgPlusName = "com.hipipal.qpyplus " ;
36
36
public static boolean checkAppInstalledByName (Context context , String packageName ) {
37
37
if (packageName == null || "" .equals (packageName ))
38
38
return false ;
@@ -73,10 +73,10 @@ public void onQPyExec(View v) {
73
73
74
74
startActivityForResult (intent , SCRIPT_EXEC_PY );
75
75
} else {
76
- Toast .makeText (getApplicationContext (), "Please install QPython Player first" , Toast .LENGTH_LONG ).show ();
76
+ Toast .makeText (getApplicationContext (), "Please install QPython first" , Toast .LENGTH_LONG ).show ();
77
77
78
78
try {
79
- Uri uLink = Uri .parse ("market://details?id=com.hipipal.qpy " );
79
+ Uri uLink = Uri .parse ("market://details?id=com.hipipal.qpyplus " );
80
80
Intent intent = new Intent ( Intent .ACTION_VIEW , uLink );
81
81
startActivity (intent );
82
82
} catch (Exception e ) {
You can’t perform that action at this time.
0 commit comments