添加应用自带Html资源窗口测试
This commit is contained in:
		| @@ -1,8 +1,8 @@ | ||||
| #Created by .winboll/winboll_app_build.gradle | ||||
| #Mon Mar 24 00:43:00 GMT 2025 | ||||
| #Mon Mar 24 00:45:54 GMT 2025 | ||||
| stageCount=11 | ||||
| libraryProject=libapputils | ||||
| baseVersion=15.0 | ||||
| publishVersion=15.0.10 | ||||
| buildCount=6 | ||||
| buildCount=8 | ||||
| baseBetaVersion=15.0.11 | ||||
|   | ||||
| @@ -304,9 +304,12 @@ final public class MainActivity extends Activity { | ||||
|         about(); | ||||
|     } | ||||
|  | ||||
|     public void onTestJavascriptHtmlActivity(View view) { | ||||
|     public void onTestHtmlActivity(View view) { | ||||
|         Intent intent = new Intent(this, AssetsHtmlActivity.class); | ||||
|         intent.putExtra(AssetsHtmlActivity.EXTRA_HTMLFILENAME, "javascript_test.html"); | ||||
|         intent.addFlags(Intent.FLAG_ACTIVITY_NEW_DOCUMENT); | ||||
|         intent.addFlags(Intent.FLAG_ACTIVITY_MULTIPLE_TASK); | ||||
|         startActivity(intent); | ||||
|         //WinBollActivityManager.getInstance(this).startWinBollActivity(this, intent, AssetsHtmlActivity.class); | ||||
|     } | ||||
|  | ||||
|   | ||||
| @@ -49,8 +49,8 @@ | ||||
| 				android:layout_width="wrap_content" | ||||
| 				android:layout_height="wrap_content" | ||||
| 				android:textAllCaps="false" | ||||
| 				android:text="Test Javascript Html Activity" | ||||
| 				android:onClick="onTestJavascriptHtmlActivity"/> | ||||
| 				android:text="TestHtmlActivity" | ||||
| 				android:onClick="onTestHtmlActivity"/> | ||||
|  | ||||
| 		</LinearLayout> | ||||
|  | ||||
|   | ||||
| @@ -1,8 +1,8 @@ | ||||
| #Created by .winboll/winboll_app_build.gradle | ||||
| #Mon Mar 24 00:43:00 GMT 2025 | ||||
| #Mon Mar 24 00:45:54 GMT 2025 | ||||
| stageCount=11 | ||||
| libraryProject=libapputils | ||||
| baseVersion=15.0 | ||||
| publishVersion=15.0.10 | ||||
| buildCount=6 | ||||
| buildCount=8 | ||||
| baseBetaVersion=15.0.11 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 ZhanGSKen
					ZhanGSKen