Firefly开源社区

标题: 如何隐藏底部的操作栏 [打印本页]

作者: 华夏¥熊猫仔    时间: 2018-1-3 17:02
标题: 如何隐藏底部的操作栏
请问在Rk3399的7.Xrom上面如何隐藏底部的操作栏?
以前3288上面5.Xrom的方式好像不行了,
public static void hideSystemBar(Context context){
        Settings.System.putInt(context.getContentResolver(), "systembar_hide",
                1);
        Intent i = new Intent("com.tchip.changeBarHideStatus");
        context.sendBroadcast(i);
    }


//=========================================
Caused by: java.lang.IllegalArgumentException: You cannot keep your settings in the secure settings.
                                                     at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:165)
                                                     at android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:135)
                                                     at android.content.ContentProviderProxy.call(ContentProviderNative.java:647)
                                                     at android.provider.Settings$NameValueCache.putStringForUser(Settings.java:1595)
                                                     at android.provider.Settings$System.putStringForUser(Settings.java:1965)
                                                     at android.provider.Settings$System.putIntForUser(Settings.java:2070)
                                                     at android.provider.Settings$System.putInt(Settings.java:2064)
                                                     at com.sensetime.sensekeeper.utils.SystemUtils.hideSystemBar(SystemUtils.java:14)
作者: toddler    时间: 2018-7-6 15:54
5.1亲测可用




欢迎光临 Firefly开源社区 (https://dev.t-firefly.com/) Powered by Discuz! X3.1