66import android .os .Bundle ;
77
88public class AndroidIntentRedirectionTest extends Activity {
9- AndroidIntentRedirectionTest (Context base ) {
10- super (base );
11- }
129
1310 public void onCreate (Bundle savedInstanceState ) {
1411 {
@@ -20,11 +17,13 @@ public void onCreate(Bundle savedInstanceState) {
2017 startActivityAsUser (intent , null ); // $ hasAndroidIntentRedirection
2118 startActivityAsUser (intent , null , null ); // $ hasAndroidIntentRedirection
2219 startActivityAsCaller (intent , null , false , 0 ); // $ hasAndroidIntentRedirection
23- startActivityAsUserFromFragment (null , intent , 0 , null , null ); // $ hasAndroidIntentRedirection
20+ startActivityAsUserFromFragment (null , intent , 0 , null , null ); // $
21+ // hasAndroidIntentRedirection
2422 startActivityForResult (intent , 0 ); // $ hasAndroidIntentRedirection
2523 startActivityForResult (intent , 0 , null ); // $ hasAndroidIntentRedirection
2624 startActivityForResult (null , intent , 0 , null ); // $ hasAndroidIntentRedirection
27- startActivityForResultAsUser (intent , null , 0 , null , null ); // $ hasAndroidIntentRedirection
25+ startActivityForResultAsUser (intent , null , 0 , null , null ); // $
26+ // hasAndroidIntentRedirection
2827 startActivityForResultAsUser (intent , 0 , null , null ); // $ hasAndroidIntentRedirection
2928 startActivityForResultAsUser (intent , 0 , null ); // $ hasAndroidIntentRedirection
3029 }
@@ -47,8 +46,10 @@ public void onCreate(Bundle savedInstanceState) {
4746 sendStickyBroadcast (intent ); // $ hasAndroidIntentRedirection
4847 sendStickyBroadcastAsUser (intent , null ); // $ hasAndroidIntentRedirection
4948 sendStickyBroadcastAsUser (intent , null , null ); // $ hasAndroidIntentRedirection
50- sendStickyOrderedBroadcast (intent , null , null , 0 , null , null ); // $ hasAndroidIntentRedirection
51- sendStickyOrderedBroadcastAsUser (intent , null , null , null , 0 , null , null ); // $ hasAndroidIntentRedirection
49+ sendStickyOrderedBroadcast (intent , null , null , 0 , null , null ); // $
50+ // hasAndroidIntentRedirection
51+ sendStickyOrderedBroadcastAsUser (intent , null , null , null , 0 , null , null ); // $
52+ // hasAndroidIntentRedirection
5253 }
5354
5455 }
0 commit comments