diff options
Diffstat (limited to 'core/res/AndroidManifest.xml')
-rw-r--r-- | core/res/AndroidManifest.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 2ce5bb3..ed4776b 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -3033,6 +3033,19 @@ android:excludeFromRecents="true" android:process=":ui"> </activity> + <activity android:name="com.android.internal.app.DumpHeapActivity" + android:theme="@style/Theme.Translucent.NoTitleBar" + android:label="@string/dump_heap_title" + android:finishOnCloseSystemDialogs="true" + android:noHistory="true" + android:excludeFromRecents="true" + android:process=":ui"> + </activity> + <provider android:name="com.android.server.am.DumpHeapProvider" + android:authorities="com.android.server.heapdump" + android:grantUriPermissions="true" + android:multiprocess="false" + android:singleUser="true" /> <activity android:name="android.accounts.ChooseAccountActivity" android:excludeFromRecents="true" |