summaryrefslogtreecommitdiffstats
path: root/tools/aapt2/data/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tools/aapt2/data/AndroidManifest.xml')
-rw-r--r--tools/aapt2/data/AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/aapt2/data/AndroidManifest.xml b/tools/aapt2/data/AndroidManifest.xml
index c017a0d..8533c28 100644
--- a/tools/aapt2/data/AndroidManifest.xml
+++ b/tools/aapt2/data/AndroidManifest.xml
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.app">
- <application>
+ <application
+ android:name=".Activity">
</application>
</manifest>