|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAddonDesc
IAddonDesc
returns extra information on add-on descriptors.
PkgDesc.newAddon(com.android.sdklib.AndroidVersion, com.android.sdklib.repository.MajorRevision, IAddonDesc)
when the vendor id or add-on target hash cannot be determined when building the descriptor
(typically because the info should be loaded from the add-ons source property file and is
not known in the context of the package creation.)
Method Summary | |
---|---|
java.lang.String |
getTargetHash()
Returns an add-on target hash. |
java.lang.String |
getVendorId()
Returns the add-on vendor id string. |
Method Detail |
---|
@NonNull java.lang.String getTargetHash()
AndroidTargetHash.getAddonHashString(String, String, com.android.sdklib.AndroidVersion)
to ensure it has the correct format.
@NonNull java.lang.String getVendorId()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |