am 29807195: Merge "Fix issue #18901214: APR: Frequent crash in android" into lmp-mr1-dev

* commit '298071951210ae23c8023c4dc8f82da5d1760211':
  Fix issue #18901214: APR: Frequent crash in android
This commit is contained in:
Dianne Hackborn
2015-01-05 23:09:07 +00:00
committed by Android Git Automerger
2 changed files with 3 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package com.android.server;
package com.android.internal.app;
import android.app.Activity;
import android.content.Context;

View File

@@ -3028,8 +3028,9 @@
android:process=":ui">
</activity>
<activity android:name="com.android.server.ShutdownActivity"
<activity android:name="com.android.internal.app.ShutdownActivity"
android:permission="android.permission.SHUTDOWN"
android:theme="@style/Theme.NoDisplay"
android:excludeFromRecents="true">
<intent-filter>
<action android:name="android.intent.action.ACTION_REQUEST_SHUTDOWN" />