OssLicensesMenuActivity

public final class OssLicensesMenuActivity extends AppCompatActivity

An Activity used to display a list of all third party licenses in res/raw/third_party_license_metadata generated by oss licenses gradle plugin. Click on each item of the list would invoke another Activity to show the actual content of the license.

Inherited Constant Summary

Inherited Field Summary

Public Constructor Summary

Public Method Summary

boolean
static void

Protected Method Summary

void
onCreate(Bundle bundle)

Inherited Method Summary

Public Constructors

public OssLicensesMenuActivity ()

Public Methods

public boolean onOptionsItemSelected (MenuItem item)

public static void setActivityTitle (String title)

Sets the title for OssLicensesMenuActivity.

Parameters
title the title for this activity

Protected Methods

protected void onCreate (Bundle bundle)