Make PendingIntents with FLAG_CANCEL_CURRENT and FLAG_ONE_SHOT

This commit is contained in:
Dominik Schürmann
2014-03-26 14:11:28 +01:00
parent 0d5e99e1f0
commit ec34597331
5 changed files with 67 additions and 68 deletions

View File

@@ -384,9 +384,9 @@
<activity
android:name=".remote.ui.RemoteServiceActivity"
android:exported="false"
android:label="@string/app_name" />
<!--android:launchMode="singleTop"-->
<!--android:process=":remote_api"-->
android:label="@string/app_name"
android:launchMode="singleTop"
android:process=":remote_api" />
<activity
android:name=".remote.ui.AppsListActivity"
android:configChanges="orientation|screenSize|keyboardHidden|keyboard"