Jane Smith

Results 1 comments of Jane Smith

package com.tencent.shadow.sample.plugin; import android.app.Activity; import android.content.Context; import android.content.res.Configuration; public class BaseActivity extends Activity { @Override protected void attachBaseContext(Context newBase) { super.attachBaseContext(getConfigurationContext(newBase)); } private static Context getConfigurationContext(Context context) { Configuration configuration...