Loading src/com/android/settings/applications/intentpicker/AppLaunchSettings.java +5 −0 Original line number Diff line number Diff line Loading @@ -105,6 +105,11 @@ public class AppLaunchSettings extends AppInfoBase implements @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); if (mAppEntry == null) { Log.w(TAG, "onCreate: mAppEntry is null, please check the reason!!!"); getActivity().finish(); return; } addPreferencesFromResource(R.xml.installed_app_launch_settings); mDomainVerificationManager = mContext.getSystemService(DomainVerificationManager.class); initUIComponents(); Loading Loading
src/com/android/settings/applications/intentpicker/AppLaunchSettings.java +5 −0 Original line number Diff line number Diff line Loading @@ -105,6 +105,11 @@ public class AppLaunchSettings extends AppInfoBase implements @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); if (mAppEntry == null) { Log.w(TAG, "onCreate: mAppEntry is null, please check the reason!!!"); getActivity().finish(); return; } addPreferencesFromResource(R.xml.installed_app_launch_settings); mDomainVerificationManager = mContext.getSystemService(DomainVerificationManager.class); initUIComponents(); Loading