The reference to mini-services above are not full blown Android services. Rather, they are utility classes which can be started, stopped, and send broadcasts about their status. Made the list of apps to install better, with buttons for install or upgrade, and statuses for incompatible and installed.
		
			
				
	
	
		
			9 lines
		
	
	
		
			274 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			274 B
		
	
	
	
		
			XML
		
	
	
	
	
	
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
 | 
						|
 | 
						|
    <item
 | 
						|
        android:id="@+id/action_search"
 | 
						|
        android:icon="@drawable/ic_search_white"
 | 
						|
        android:title="@string/menu_search"
 | 
						|
        android:titleCondensed="@string/menu_search"/>
 | 
						|
 | 
						|
</menu> |