Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: AndroidManifest.xml

Issue 9433002: ABP/Android Proxy settings user helper (Closed)
Patch Set: Created Feb. 20, 2013, 8:49 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | res/layout/configuration.xml » ('j') | res/layout/proxyconfiguration.xml » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: AndroidManifest.xml
===================================================================
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -41,6 +41,12 @@
android:launchMode="singleInstance"
android:theme="@style/Theme.Sherlock.Dialog" />
<activity
+ android:name=".ProxyConfigurationActivity"
+ android:excludeFromRecents="true"
+ android:label="@string/proxysettings_name"
+ android:launchMode="singleInstance"
+ android:theme="@style/Theme.Sherlock.Dialog" />
+ <activity
android:name=".CrashReportDialog"
android:excludeFromRecents="true"
android:label="@string/crash_name"
« no previous file with comments | « no previous file | res/layout/configuration.xml » ('j') | res/layout/proxyconfiguration.xml » ('J')

Powered by Google App Engine
This is Rietveld