Add logic to turn on the vpn based on timer

Update light/night theme

Update icons
This commit is contained in:
deeppandya
2023-11-22 05:20:59 -05:00
parent 84a84d6625
commit 06fd7c037d
21 changed files with 229 additions and 73 deletions
+4
View File
@@ -2,6 +2,10 @@
android:exported="false">
</receiver>
<receiver android:name="org.chromium.chrome.browser.vpn.timer.TimerVpnActionReceiver"
android:exported="false">
</receiver>
<activity
android:name="org.chromium.chrome.browser.rewards.tipping.RewardsTippingBannerActivity"
android:theme="@style/TippingBraveTranslucent"