Commit 74baa51b authored by Jeff Brown's avatar Jeff Brown
Browse files

Add application launch category.

Bug: 5674723
Change-Id: I3d2aed9eb2eb03a78e0153325e6dea6988d1d810
parent a0ead078
......@@ -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>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment