Toggle navigation
Toggle navigation
This project
Loading...
Sign in
신기성
/
WELLO
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Commits
Issue Boards
Authored by
신기성
2019-10-22 21:37:39 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6632e7c718fc5f367fe67520740cddefa636e6c8
6632e7c7
1 parent
b4214980
manifest fix
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
13 deletions
vip/app/src/main/AndroidManifest.xml
vip/app/src/main/AndroidManifest.xml
View file @
6632e7c
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
package=
"com.example.vip"
>
<uses-permission
android:name=
"android.permission.INTERNET"
/>
<application
android:allowBackup=
"true"
android:icon=
"@mipmap/ic_launcher"
...
...
@@ -11,22 +8,14 @@
android:roundIcon=
"@mipmap/ic_launcher_round"
android:supportsRtl=
"true"
android:theme=
"@style/AppTheme"
>
<<<<<<
< HEAD
<activity
android:name=
".SplashActivity"
android:theme=
"@style/SplashTheme"
>
=======
<activity
android:name=
".SignInActivity"
></activity>
<activity
android:name=
".SignUpActivity"
/>
<activity
android:name=
".MainActivity"
>
>>>>>>> 30e9555883e1f0d8a1af31b839e6ed410407101f
<activity
android:name=
".MainActivity"
/
>
<activity
android:name=
".SplashActivity"
android:theme=
"@style/SplashTheme"
>
<intent-filter>
<action
android:name=
"android.intent.action.MAIN"
/>
<category
android:name=
"android.intent.category.LAUNCHER"
/>
</intent-filter>
</activity>
<activity
android:name=
".MainActivity"
>
</activity>
</application>
</manifest>
\ No newline at end of file
...
...
Please
register
or
login
to post a comment