Skip to content

Commit

Permalink
update manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
reyuki committed Feb 17, 2024
1 parent 6ca8dbf commit 5044dc8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version='1.0'?>
<manifest xmlns:a='http://schemas.android.com/apk/res/android' package='dom.domain' a:versionCode='0' a:versionName='0'>
<manifest xmlns:a='http://schemas.android.com/apk/res/android' package='dom.domain'>
<application a:label='Saying hello'>
<activity a:name='dom.domain.SayingHello'>
<activity a:name='dom.domain.SayingHello' a:exported="true">
<intent-filter>
<category a:name='android.intent.category.LAUNCHER'/>
<action a:name='android.intent.action.MAIN'/>
</intent-filter>
</activity>
</application>
</manifest>
</manifest>

0 comments on commit 5044dc8

Please sign in to comment.