public final class OssLicensesMenuActivity extends AppCompatActivity
implements LoaderCallbacks<List<License>>

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

static void

Inherited Method Summary

Public Constructors

public OssLicensesMenuActivity ()

Public Methods

public static void setActivityTitle (String title)

Sets the title for OssLicensesMenuActivity.

Parameters
title the title for this activity