Hi there,
I am trying to get my head around intents and how to use them. I have read the tutorial and understand what they do and roughly how to push them around. What I need to go is get this java code snippet I pinched off the internet to run
finalIntent intent =newIntent(Intent.ACTION_MAIN);
intent.setClassName("com.android.systemui","com.android.systemui.Somnambulator");
startActivity(intent);
This should start the daydream if I can get it working. Does anyone know what I need to do to file this intent?
Thanks
I am trying to get my head around intents and how to use them. I have read the tutorial and understand what they do and roughly how to push them around. What I need to go is get this java code snippet I pinched off the internet to run
finalIntent intent =newIntent(Intent.ACTION_MAIN);
intent.setClassName("com.android.systemui","com.android.systemui.Somnambulator");
startActivity(intent);
This should start the daydream if I can get it working. Does anyone know what I need to do to file this intent?
Thanks