大家好,
在开发客制化Setup wizard时,登入完Google帐户后,呼叫Google restore页面时,按照以下程式呼叫出来的theme是dark的,然而呼叫其他Google页面则可为light theme。不知道遗漏了什么?装置是5.0以上的
Intent intent = new Intent();
intent.setAction("com.google.android.setupwizard.RESTORE");
Bundle options = new Bundle();
options.putBoolean("useImmersiveMode", true);
options.putBoolean("setupWizard", true);
options.putString("theme", "material_light");
intent.putExtras(options);
startActivityForResult(intent, RESTORE_CODE);
先谢谢各位帮忙了~
Your Answer
0 個答案
Hot Questions
function_exists()無法判定自訂函數
2024-04-29 11:01:01
google 瀏覽器 手機版顯示的怎麼實現
2024-04-23 00:22:19
子窗口操作父窗口,輸出沒反應
2024-04-19 15:37:47
父視窗沒有輸出
2024-04-18 23:52:34
關於CSS心智圖的課件在哪?
2024-04-16 10:10:18
Hot Tools
vc9-vc14(32+64位元)運行庫合集(連結在下方)
phpStudy安裝所需運行函式庫集合下載
VC9 32位
VC9 32位元 phpstudy整合安裝環境運行庫
php程式設計師工具箱完整版
程式設計師工具箱 v1.0 php整合環境
VC11 32位
VC11 32位元 phpstudy整合安裝環境運行庫
SublimeText3漢化版
中文版,非常好用
熱門話題
抖音等級價目表1-75
20334
7
20334
7
wifi顯示無ip分配
13530
4
13530
4
虛擬手機號碼接收驗證碼
11850
4
11850
4
gmail信箱登陸入口在哪裡
8835
17
8835
17
windows安全中心怎麼關閉
8419
7
8419
7
熱門文章
2025年加密貨幣市場十大趨勢預測:下一個風口在哪裡?
2025-11-07
By DDD
幣圈土狗項目如何識別?避免歸零幣的陷阱與風險預警
2025-11-07
By DDD
以太坊ETH價格預測:2025年、2030年、2040年趨勢深度分析
2025-11-07
By DDD





