Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(265)

Unified Diff: chrome/android/java/AndroidManifest.xml

Issue 2755003003: Add Interstitial for user consent (Closed)
Patch Set: Teds Nits 2 Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/physicalweb/PhysicalWeb.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/AndroidManifest.xml
diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/AndroidManifest.xml
index 7c67865ce4e2fbda87d2045d6b9e22a2b686fcc3..620e00f80534a0a61241bfc13e87929d0bf6320f 100644
--- a/chrome/android/java/AndroidManifest.xml
+++ b/chrome/android/java/AndroidManifest.xml
@@ -653,6 +653,16 @@ by a child template that "extends" this file.
</intent-filter>
</activity>
+ <!-- This activity is to expose the PhysicalWeb Share option via the generic Android share action. -->
+ <activity
+ android:name="org.chromium.chrome.browser.physicalweb.PhysicalWebShareEntryActivity"
+ android:label="@string/physical_web_share_entry_title"
+ android:excludeFromRecents="true"
+ android:noHistory="true"
+ android:theme="@android:style/Theme.Translucent.NoTitleBar"
+ android:configChanges="orientation|keyboardHidden|keyboard|screenSize|mcc|mnc|screenLayout|smallestScreenSize" >
+ </activity>
+
<!-- Service for Broadcasting a Physical Web URL -->
<service
android:name="org.chromium.chrome.browser.physicalweb.PhysicalWebBroadcastService"
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/physicalweb/PhysicalWeb.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698