API Diff Specification
To Version: Android SDK 0.9_r1
From Version: Android SDK m5-rc14
Generated 2008.08.14 15:44

Class android.content.pm.PermissionInfo

Added Methods
int describeContents()  
 

Changed Methods
void writeToParcel(Parcel, int) Change in signature from Parcel to (Parcel, int).
 
 

Removed Fields
int PROTECTION_APPLICATION Application-level value for .protectionLevel, corresponding to the application value of android.R.attr.protectionLevel.
int PROTECTION_SYSTEM System-level value for .protectionLevel, corresponding to the system value of android.R.attr.protectionLevel.
 

Added Fields
int PROTECTION_DANGEROUS Dangerous value for .protectionLevel, corresponding to the dangerous value of android.R.attr.protectionLevel.
int PROTECTION_NORMAL A normal application value for .protectionLevel, corresponding to the normal value of android.R.attr.protectionLevel.
int PROTECTION_SIGNATURE System-level value for .protectionLevel, corresponding to the signature value of android.R.attr.protectionLevel.
int PROTECTION_SIGNATURE_OR_SYSTEM System-level value for .protectionLevel, corresponding to the signatureOrSystem value of android.R.attr.protectionLevel.
String group The group this permission is a part of, as per android.R.attr.permissionGroup.
CharSequence nonLocalizedDescription The description string provided in the AndroidManifest file, if any.
 

©2008 Google - Code Home - Site Terms of Service - Privacy Policy
Generated by JDiff