| Index: chrome/android/java/AndroidManifest.xml
|
| diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/AndroidManifest.xml
|
| index 3e11243e0940037e35be2aec887acb8134e28635..c4933dbafb3e470e0372a1e995bdba04e4b6f8f7 100644
|
| --- a/chrome/android/java/AndroidManifest.xml
|
| +++ b/chrome/android/java/AndroidManifest.xml
|
| @@ -625,15 +625,6 @@ by a child template that "extends" this file.
|
| android:excludeFromRecents="true">
|
| </activity>
|
|
|
| - <!-- Activity to list Physical Web Urls -->
|
| - <activity android:name="org.chromium.chrome.browser.physicalweb.ListUrlsActivity"
|
| - android:label="@string/physical_web_list_urls_activity_title"
|
| - android:theme="@style/PhysicalWebNearbyUrlsListStyle"
|
| - android:autoRemoveFromRecents="true"
|
| - android:configChanges="orientation|keyboardHidden|keyboard|screenSize|mcc|mnc|screenLayout|smallestScreenSize"
|
| - android:exported="false" >
|
| - </activity>
|
| -
|
| <!-- Service for handling Nearby Messages -->
|
| <service android:name="org.chromium.chrome.browser.physicalweb.NearbyMessageIntentService"
|
| android:exported="false" />
|
|
|