当我调用启动画面时,它会在授予授权后检查授予,它一次又一次地调用我的应用程序

时间:2018-08-16 13:56:32

标签: android

ValueError: time data 'Mai 2009' does not match format '%B %Y'

此代码一次又一次地调用,我想将其删除,它会自动调用splah creen,然后登录以及splah和登录                             }                             finish();

    this is my handler class to call a splash screen




    new Handler().postDelayed(new Runnable() {

boolean granted = false;

                @Override
                public void run() {

                   /*if (granted == true) {
                        if (savePreferences.getPreferences_integer(getApplicationContext(), Constant.loginaccessTocken) == 1) {

    ## here is call my intent ##
                        } else {
                           ## here is call my intent ##

0 个答案:

没有答案