[ci skip]Add missing configuration for Nibiru.

This commit is contained in:
WenhaiLin 2015-07-10 21:16:21 +08:00
parent 205e77a4fb
commit 5c9e8848bf
2 changed files with 20 additions and 0 deletions

View File

@ -32,6 +32,16 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity
android:name="com.nibiru.lib.controller.InfoActivity"
android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen"/>
<service android:name="com.nibiru.lib.utils.NibiruControllerService" android:process=":controller" >
<intent-filter>
<action android:name="com.nibiru.controller.service" />
</intent-filter>
</service>
</application>
</manifest>

View File

@ -33,6 +33,16 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity
android:name="com.nibiru.lib.controller.InfoActivity"
android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen"/>
<service android:name="com.nibiru.lib.utils.NibiruControllerService" android:process=":controller" >
<intent-filter>
<action android:name="com.nibiru.controller.service" />
</intent-filter>
</service>
</application>
<supports-screens android:anyDensity="true"
android:smallScreens="true"