Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 435
lomza Avatar asked Jun 29 '11 09:06

lomza


People also ask

What is gsf in Android?

GSF NAV is an application allowing you to use GPS functions on your Android device, add up field data and any desired informations on site.

What is Google Android gsf login?

gsf. login. Is part of the Google Services framework and one of the main components of any GApps package. It is basically the account manager for all things needing a login with Google credentials.


1 Answers

gsf = google services framework

like image 172
pankajagarwal Avatar answered Nov 06 '22 11:11

pankajagarwal