×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Java
Posted by: yeunbok ryu
Added: Apr 14, 2021 4:55 AM
Modified: Apr 26, 2021 7:42 AM
Views: 3974
Tags: no tags
  1. import com.lge.config.Features;
  2.  
  3. static final boolean sSupportsConcurrentMultiUser = Features.cmu().orElse(false);
  4.  
  5. 구 방식
  6. mSupportsConcurrentMultiUser = mContext.getResources().getBoolean
  7. (com.android.internal.R.bool.config_enableConcurrentMultiUser);