Loading src/com/android/settings/Settings.java +1 −2 Original line number Diff line number Diff line Loading @@ -1272,8 +1272,7 @@ public class Settings extends PreferenceActivity // Launch the theme chooser if it supports the cyngn.intent.category.APP_THEMES category. if (header.id == R.id.theme_settings) { Intent intent = new Intent(Intent.ACTION_MAIN) .addCategory(THEME_CHOOSER_CATEGORY) .addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); .addCategory(THEME_CHOOSER_CATEGORY); try { startActivity(intent); return; Loading Loading
src/com/android/settings/Settings.java +1 −2 Original line number Diff line number Diff line Loading @@ -1272,8 +1272,7 @@ public class Settings extends PreferenceActivity // Launch the theme chooser if it supports the cyngn.intent.category.APP_THEMES category. if (header.id == R.id.theme_settings) { Intent intent = new Intent(Intent.ACTION_MAIN) .addCategory(THEME_CHOOSER_CATEGORY) .addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); .addCategory(THEME_CHOOSER_CATEGORY); try { startActivity(intent); return; Loading