]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/AndroidManifest.xml
Updated Spanish Translations provided by Jose A. León Becerra.
[PrivacyBrowserAndroid.git] / app / src / main / AndroidManifest.xml
index b7aad8995291d42ffb4085b889f1c4b5ef08b066..d19b67eb44d2a78baa34fe5c9a2b811f6dfe89a3 100644 (file)
             `android:persistableMode="persistNever"` removes Privacy Browser from the recents screen on a device reboot.
             `tools:ignore="unusedAttribute"` removes the lint warning that `persistableMode` does not apply to API < 21. -->
         <activity
-            android:name=".activities.Domains"
+            android:name=".activities.DomainsList"
             android:label="@string/domains"
             android:theme="@style/PrivacyBrowser.SecondaryActivity"
             android:parentActivityName=".activities.MainWebView"