calculator receiver added

This commit is contained in:
Sergey Solovyev
2013-06-28 16:16:08 +04:00
parent 5a94e633e7
commit 58b64b1017
3 changed files with 44 additions and 15 deletions

View File

@@ -37,6 +37,12 @@
</activity>
<receiver android:name=".CalculatorReceiver" android:exported="false">
<intent-filter>
<action android:name="org.solovyev.android.calculator.BUTTON_PRESSED"/>
</intent-filter>
</receiver>
<activity android:clearTaskOnLaunch="true" android:launchMode="singleTop" android:label="@string/c_app_name"
android:name=".CalculatorActivityMobile" android:windowSoftInputMode="adjustPan"/>