Skip to content

Resolve billing client issue android [uplift to 1.68.x] #24893

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions android/java/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -155,13 +155,6 @@
android:noHistory="true"
android:launchMode="singleTask"/>

<activity android:name="com.android.billingclient.api.ProxyBillingActivity"
android:theme="@style/BraveProxyBillingActivityTheme"
android:exported="false"
android:screenOrientation="sensorPortrait"
tools:ignore="LockedOrientationActivity,DiscouragedApi"
tools:node="replace" />

<!-- Upgrade related -->
<receiver android:name="org.chromium.chrome.browser.upgrade.BravePackageReplacedBroadcastReceiver"
android:exported="false">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ brave_app_billing_deps =
[ "//brave/third_party/android_deps:com_android_billingclient_java" ]

brave_java_base_module_billing_deps = [
"//brave/third_party/android_deps:com_android_billingclient_java",
"//brave/third_party/android_deps:com_google_android_datatransport_transport_backend_cct_java",
"//brave/third_party/android_deps:com_google_android_datatransport_transport_runtime_java",
]
8 changes: 0 additions & 8 deletions android/java/res/values/brave_styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -276,14 +276,6 @@
<item name="android:textColorPrimary">@android:color/white</item>
</style>

<style name="BraveProxyBillingActivityTheme">
<item name="android:windowBackground">@android:color/transparent</item>
<item name="android:windowContentOverlay">@null</item>
<item name="android:colorBackgroundCacheHint">@null</item>
<item name="android:statusBarColor">@android:color/transparent</item>
<item name="android:navigationBarColor">@android:color/transparent</item>
</style>

<!-- Wallet DApps -->

<style name="BraveWalletTextViewWhite">
Expand Down
Loading