android - 無法呼叫Google Restore light theme的頁面
怪我咯
怪我咯 2017-04-17 13:41:36
0
0
291

大家好,

在开发客制化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); 

先谢谢各位帮忙了~

怪我咯
怪我咯

走同样的路,发现不同的人生

모든 응답(0)
인기 튜토리얼
더>
최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿
회사 소개 부인 성명 Sitemap
PHP 중국어 웹사이트:공공복지 온라인 PHP 교육,PHP 학습자의 빠른 성장을 도와주세요!