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.
1 parent 9723f43 commit 6066ff3Copy full SHA for 6066ff3
src/processing/mode/android/Manifest.java
@@ -182,7 +182,7 @@ private void writeBlankManifest(final File file) {
182
// activity/android:name should be the full name (package + class name) of
183
// the actual activity class. or the package can be replaced by a single
184
// dot as a prefix as an easier shorthand.
185
- writer.println(" <activity android:name=\".MainActivity\">");
+ writer.println(" <activity android:name=\".MainActivity\" ");
186
writer.println(" android:theme=\"@android:style/Theme.NoTitleBar\">");
187
writer.println(" <intent-filter>");
188
writer.println(" <action android:name=\"android.intent.action.MAIN\" />");
0 commit comments