开发者

What is the Android GSF package?

What is it the GSF_PACKAGE I found in the C2DM Tutorial?

To be precise:

public static final String GSF_PACKAGE = "com.google.android.gsf"

It was used in intent:

registrationIntent.setPackage(GSF_PACKAGE);

On the developers site I found this:

"setPackage(String packageName) (Usually optional) Set an explicit application package name that limits the components this Intent will resolve to."

开发者_运维问答

Anyway, what limits and why they might be needed?


gsf = google services framework

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜