Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xkcd-browser
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Szabó Tamás
xkcd-browser
Commits
2e8cf6aa
Commit
2e8cf6aa
authored
7 years ago
by
Tamás Szabó
Browse files
Options
Downloads
Patches
Plain Diff
fix android name in manifest
parent
1e9cd52d
No related branches found
No related tags found
2 merge requests
!5
merge of labor4
,
!2
fix android name in manifest
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/src/main/AndroidManifest.xml
+5
-2
5 additions, 2 deletions
app/src/main/AndroidManifest.xml
with
5 additions
and
2 deletions
app/src/main/AndroidManifest.xml
+
5
−
2
View file @
2e8cf6aa
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
package=
"me.szaki.xkcd.xkcdbrowser"
>
<uses-permission
android:name=
"android.permission.INTERNET"
/>
<application
android:name=
".XKCDBrowserApplication"
android:allowBackup=
"true"
android:icon=
"@mipmap/ic_launcher"
android:label=
"@string/app_name"
android:roundIcon=
"@mipmap/ic_launcher_round"
android:supportsRtl=
"true"
android:theme=
"@style/AppTheme"
>
<activity
android:name=
".MainActivity"
>
<activity
android:name=
".
ui.main.
MainActivity"
>
<intent-filter>
<action
android:name=
"android.intent.action.MAIN"
/>
<category
android:name=
"android.intent.category.LAUNCHER"
/>
</intent-filter>
</activity>
<activity
android:name=
".ui.detail.DetailActivity"
></activity>
<activity
android:name=
".ui.favorites.FavoritesActivity"
></activity>
</application>
</manifest>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment