Class android.support.v4.app.ActivityCompat

Changed Constructors
ActivityCompat() Change from deprecated to undeprecated.
Change of visibility from public to protected.
 
 

Changed Methods
Uri getReferrer(Activity) Change from non-static to static.
Change from deprecated to undeprecated.
 
void startActivity(Context, Intent, Bundle) Change in signature from (Activity, Intent, Bundle) to (Context, Intent, Bundle).
Method was locally defined, but is now inherited from ContextCompat.