mirror of
https://github.com/liberatedsystems/Sideband_CE.git
synced 2024-09-03 04:13:27 +02:00
Updated permissions
This commit is contained in:
parent
404649f805
commit
3a06e74e4c
@ -25,7 +25,7 @@ android.presplash_color = #00000000
|
||||
orientation = portrait
|
||||
fullscreen = 0
|
||||
|
||||
android.permissions = INTERNET,POST_NOTIFICATIONS,WAKE_LOCK,FOREGROUND_SERVICE,CHANGE_WIFI_MULTICAST_STATE,BLUETOOTH_CONNECT,ACCESS_NETWORK_STATE
|
||||
android.permissions = INTERNET,POST_NOTIFICATIONS,WAKE_LOCK,FOREGROUND_SERVICE,CHANGE_WIFI_MULTICAST_STATE,BLUETOOTH_CONNECT,ACCESS_NETWORK_STATE,ACCESS_FINE_LOCATION,ACCESS_COARSE_LOCATION
|
||||
android.api = 30
|
||||
android.minapi = 24
|
||||
android.ndk = 25b
|
||||
|
@ -562,6 +562,8 @@ class MDColorPicker(BaseDialog):
|
||||
self._current_tab = self.gradient_tab
|
||||
self.ids.bottom_navigation_gradient.add_widget(self.gradient_tab)
|
||||
|
||||
super().on_open()
|
||||
|
||||
def on_select_color(self, color: list) -> None:
|
||||
"""Called when a gradient image is clicked."""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user