Custom push notifications rendered notification ads as popup windows as a fallback when native OS notifications were unavailable. Native notifications are now the only delivery path so the entire custom rendering path, its feature flags, platform bridge, Views UI, Android dialog UI, P3A position metric, and three migrated prefs are removed. Co-authored-by: Aleksei Seren <aseren@brave.com>
13 lines
837 B
Plaintext
13 lines
837 B
Plaintext
# Copyright (c) 2023 The Brave Authors. All rights reserved.
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
|
# You can obtain one at https://mozilla.org/MPL/2.0/.
|
|
|
|
brave_ads_java_sources = [
|
|
"../../brave/browser/brave_ads/android/java/org/chromium/chrome/browser/BraveAdsNativeHelper.java",
|
|
"../../brave/browser/brave_ads/android/java/org/chromium/chrome/browser/device_id/DeviceIdImplAndroid.java",
|
|
"../../brave/browser/brave_ads/android/java/org/chromium/chrome/browser/dialogs/BraveAdsSignupDialog.java",
|
|
"../../brave/browser/brave_ads/android/java/org/chromium/chrome/browser/notifications/BraveAds.java",
|
|
"../../brave/browser/brave_ads/android/java/org/chromium/chrome/browser/onboarding/BraveAdsOnboardingFragment.java",
|
|
]
|