We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 035b9b1 + aaa3717 commit 2754b14Copy full SHA for 2754b14
lib/services/android-project-service.ts
@@ -533,7 +533,7 @@ export class AndroidProjectService extends projectServiceBaseLib.PlatformProject
533
isFileCorrect = !!(~fileContent.indexOf("android:minSdkVersion") && ~fileContent.indexOf("android:targetSdkVersion")
534
&& ~fileContent.indexOf("uses-permission") && ~fileContent.indexOf("<application")
535
&& ~fileContent.indexOf("<activity") && ~fileContent.indexOf("<intent-filter>")
536
- && ~fileContent.indexOf("android.intent.action.MAIN") && ~fileContent.indexOf("com.tns.ErrorReportActivity")
+ && ~fileContent.indexOf("android.intent.action.MAIN")
537
&& ~fileContent.indexOf("android:versionCode")
538
&& !this.$xmlValidator.getXmlFileErrors(pathToAndroidManifest).wait());
539
0 commit comments