5 lines
212 B
TypeScript
5 lines
212 B
TypeScript
/**
|
|
* Reads the AndroidManifest.xml file and returns the name of the main activity.
|
|
*/
|
|
export default function getMainActivity(manifestPath: string): string | null;
|
|
//# sourceMappingURL=getMainActivity.d.ts.map
|