Service implementation

This commit is contained in:
Sergey Solovyev
2012-03-13 23:23:44 +04:00
parent 565e9d6460
commit 97f6e24903
6 changed files with 70 additions and 7 deletions

View File

@@ -19,7 +19,7 @@
</activity>
<service android:name="org.solovyev.android.calculator.CalculationService"/>
<service android:name=".CalculationServiceImpl"/>
<!--NOTE: a:configChanges="orientation|keyboardHidden" is needed to correct work of dialog windows (not to close them on orientation change) -->
<activity android:configChanges="orientation|keyboardHidden" android:label="@string/c_app_settings" android:name=".CalculatorPreferencesActivity"/>