Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
packages_apps_Calculator
Commits
74baa51b
Commit
74baa51b
authored
13 years ago
by
Jeff Brown
Browse files
Options
Download
Email Patches
Plain Diff
Add application launch category.
Bug: 5674723 Change-Id: I3d2aed9eb2eb03a78e0153325e6dea6988d1d810
parent
a0ead078
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
AndroidManifest.xml
AndroidManifest.xml
+2
-0
No files found.
AndroidManifest.xml
View file @
74baa51b
...
...
@@ -10,7 +10,9 @@
android:windowSoftInputMode=
"stateAlwaysHidden"
>
<intent-filter>
<action
android:name=
"android.intent.action.MAIN"
/>
<category
android:name=
"android.intent.category.DEFAULT"
/>
<category
android:name=
"android.intent.category.LAUNCHER"
/>
<category
android:name=
"android.intent.category.APP_CALCULATOR"
/>
</intent-filter>
</activity>
</application>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment