PBROWSER是一個免費的Web瀏覽器
Pbrowser是一個免費的Web瀏覽器,但包括廣告。
如果您對廣告感到不舒服,請使用其他瀏覽器。
-----------------------------------------------------------------------------------------------------------------------------------------------------
Android 2.3:標籤的最大數量:2
Android 3.0及以上:最大選項卡數:5
-----------------------------------------------------------------------------------------------------------------------------------------------------
對於開發人員...
PBROWER可以顯示原始文本/HTML數據。
。
字符串html =“ [html] [head] [/head] [body] hello world [/body] [/html]”; //用<,>替換[,]
意圖意圖= new Intent();
intent.setAction(intent.action_view);
intent.setPackage(“ com.anibbuni.android.pbrowser”);
intent.putextra(“ com.anibbuni.android.pbrowser.loadtexthtml”,html);
您的活動性(意圖);
閱讀更多信息