Loading packages/SystemUI/src/com/android/systemui/usb/UsbResolverActivity.java +1 −0 Original line number Diff line number Diff line Loading @@ -112,6 +112,7 @@ public class UsbResolverActivity extends ResolverActivity { mOtherProfileIntent.putParcelableArrayListExtra(EXTRA_RESOLVE_INFOS, rListOtherProfile); } else { mOtherProfileIntent = new Intent(); mOtherProfileIntent.setComponent(ComponentName.unflattenFromString( this.getResources().getString( com.android.internal.R.string.config_usbConfirmActivity))); Loading Loading
packages/SystemUI/src/com/android/systemui/usb/UsbResolverActivity.java +1 −0 Original line number Diff line number Diff line Loading @@ -112,6 +112,7 @@ public class UsbResolverActivity extends ResolverActivity { mOtherProfileIntent.putParcelableArrayListExtra(EXTRA_RESOLVE_INFOS, rListOtherProfile); } else { mOtherProfileIntent = new Intent(); mOtherProfileIntent.setComponent(ComponentName.unflattenFromString( this.getResources().getString( com.android.internal.R.string.config_usbConfirmActivity))); Loading