Class android.content.pm.PackageManager

Added Methods
boolean  addPermissionAsync( PermissionInfo)  
String[]  canonicalToCurrentPackageNames( String[])  
String[]  currentToCanonicalPackageNames( String[])  
 

Changed Methods
void  addPreferredActivity( IntentFilter, int , ComponentName[] , ComponentName ) Now deprecated.
 
 

Removed Fields
int PKG_INSTALL_COMPLETE  
int PKG_INSTALL_INCOMPLETE  
 

Added Fields
String  FEATURE_BLUETOOTH  
String  FEATURE_LOCATION  
String  FEATURE_LOCATION_GPS  
String  FEATURE_LOCATION_NETWORK  
String  FEATURE_MICROPHONE  
String  FEATURE_SENSOR_ACCELEROMETER  
String  FEATURE_SENSOR_COMPASS  
String  FEATURE_TOUCHSCREEN  
String  FEATURE_TOUCHSCREEN_MULTITOUCH_DISTINCT  
String  FEATURE_WIFI  
 
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.