Is it possible to programmatically close all running applications on the iPhone except my own from within my own application? If so, how?
An app doesn't have access to the home button on a stock device. The only other access to any other apps in the background is if they have registered a URL handler.