Skip to content

Commit 6066ff3

Browse files
committed
fixed typo in manifest file
1 parent 9723f43 commit 6066ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/processing/mode/android/Manifest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ private void writeBlankManifest(final File file) {
182182
// activity/android:name should be the full name (package + class name) of
183183
// the actual activity class. or the package can be replaced by a single
184184
// dot as a prefix as an easier shorthand.
185-
writer.println(" <activity android:name=\".MainActivity\">");
185+
writer.println(" <activity android:name=\".MainActivity\" ");
186186
writer.println(" android:theme=\"@android:style/Theme.NoTitleBar\">");
187187
writer.println(" <intent-filter>");
188188
writer.println(" <action android:name=\"android.intent.action.MAIN\" />");

0 commit comments

Comments
 (0)