getAndroidManifestFilePath function

String getAndroidManifestFilePath()

Implementation

String getAndroidManifestFilePath() {
  return "android/app/src/main/AndroidManifest.xml";
}