Intent fragmentation & CTS contribs

1,376 views
Skip to first unread message

Cuihtlauac ALVARADO

unread,
Oct 13, 2016, 3:22:59 PM10/13/16
to Android Contributors
Hi. Here is what I end up writing :-(

if (Build.MANUFACTURER.equalsIgnoreCase("Samsung")) {
    Intent intent = new Intent();
    intent.setComponent(new ComponentName("com.android.server.telecom",
        "com.android.server.telecom.settings.EnableAccountPreferenceActivity"));
    startActivity(intent);
} else {
    startActivity(new Intent(TelecomManager.ACTION_CHANGE_PHONE_ACCOUNTS));
}

Back in April, I've uploaded a commit to fix this in the CTS.


How can we get this moving?

Cheers

Cuihtlauac ALVARADO

unread,
Oct 14, 2016, 10:35:41 AM10/14/16
to Android Contributors
Thanks for the quick merge, here is another one, in the same vein:

Reply all
Reply to author
Forward
0 new messages