开发者

What is the Android GSF package?

开发者 https://www.devze.com 2023-03-16 16:26 出处:网络
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\"

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

精彩评论

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

关注公众号