Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
105 views

Is there a way to change the icon color of the 3-button navigation bar on Android 15 & 16? I’ve already changed the background color of the status bar, the icon color of the status bar, and the ...
Spyros Gashel's user avatar
0 votes
0 answers
48 views

I am using Android Studio's latest version, but when I connect my Samsung device with android os 15, then i'm unable to view the screen(via the screen mirroring feature) on Android Studio. What I am ...
Ahmad Ali's user avatar
1 vote
0 answers
67 views

After upgrading MODULE_TARGET_SDK_VERSION to 35, AutoCompleteTextView does not center the text up and down on Android 15 devices (the cursor position is correct), but it displays normally on Android ...
Mercury's user avatar
  • 11
0 votes
1 answer
88 views

I have an AccessibilityService that works fine right after requesting the permission. When the user grants Accessibility permission, the service connects and onServiceConnected() is called. At this ...
Ngọc Nguyễn's user avatar
1 vote
0 answers
57 views

As you may know starting with SDK 35 Google decided that apps should be "edge-to-edge" now. So I'm working on adapting my old app to edge-to-edge. I've encountered a problem with Material3 ...
user31446156's user avatar
-1 votes
1 answer
77 views

How to make the application display fit on the screen (between the status bar and navigation bar) on Android 15 and above Because on Android 14 and bellow my application display is okey. Please help ...
Jay Slavara's user avatar
0 votes
1 answer
86 views

<receiver android:name=".service.PackageMonitorReceiver" android:enabled="true" android:exported="true"> <intent-filter> <action ...
Parth UMARANIYA's user avatar
7 votes
1 answer
5k views

I am using Flutter version 3.27.4. I recently released my Flutter app to the Play Store. The latest version of the app is not working on devices with a 16KB page size—it crashes immediately after ...
Ragul PR's user avatar
  • 422
2 votes
1 answer
1k views

In my Cordova application that I created with Quasar, I use this CSS style: padding-top: env(safe-area-inset-top, 0px); padding-bottom: env(safe-area-inset-bottom, 0px); ...
François Schuster's user avatar
0 votes
1 answer
271 views

I want to build an eng or userdebug kernel for a pixel 6a. I read https://source.android.com/docs/setup/build/building-pixel-kernels#supported-kernel-branches but it does not mention how to change the ...
raldone01's user avatar
  • 443
-1 votes
1 answer
666 views

I'm encountering a strange issue where my Flutter app fails to launch on some Android 15 devices. It affects both Samsung (One UI) and Pixel devices. However, the app works correctly on many other ...
Oleh's user avatar
  • 1
1 vote
1 answer
285 views

I'm having a weird problem, with the BLE bluetooth connection, this problem only happens with Android 15 and only on some phones, for example, Poco Phone and all Motorola with Android 15. Any Samsung ...
André Gandolfi's user avatar
0 votes
0 answers
61 views

I have published regular app and instant app. The instant app can be initiated by Android devices including Android 16 emulator except for Android 15 devices. I personally tested on Android 12, 13, 14,...
Ergün ACUN's user avatar
1 vote
0 answers
170 views

Our mobile application is scanning the IOT devices' data continuously over Bluetooth. The Bluetooth data is scanning in foreground and background. Only Samsung Galaxy S24 & S25 devices having ...
Nitin Karande's user avatar
1 vote
2 answers
97 views

System bar paddings are not applied to FloatingActionButton in landscape orientation even though composable is placed into Scaffold and contentWindowInsets of Scaffold set to WindowInsets.safeDrawing. ...
Raheem's user avatar
  • 683
0 votes
1 answer
326 views

To understand Display content edge-to-edge in views, I created a sample project with API 34. I have a home activity with sample, and title is showing below statusbar, this is expected. I migrated to ...
Ishika Singh's user avatar
1 vote
1 answer
807 views

The status bar in my app until Android 14 had a gray (default) background so the icons were always visible. Starting from Android 15, the status bar is now transparent and uses edge-to-edge, and the ...
Hamid Mossa's user avatar
0 votes
0 answers
115 views

I am developing an Android app that runs a foreground service to track location and record audio continuously on an Android 15 (Motorola) device. The service works fine when started, but after ...
Jigar Viradiya's user avatar
0 votes
1 answer
134 views

I'm working with Firebase Cloud Messaging in a Flutter project, and I have an issue where FirebaseMessaging.onMessageOpenedApp is not triggered on Android 15, and FirebaseMessaging.instance....
Stefano Sommacal's user avatar
3 votes
1 answer
259 views

Background Up until Android 14, using ACTION_BOOT_COMPLETED worked fine to detect the OS boot, to start doing things there: BootReceiver.kt class BootReceiver : BroadcastReceiver() { @...
android developer's user avatar
0 votes
0 answers
78 views

I'm trying to prepare my app to Android 15, including support edge2edge mode. I use google extensions to enable edge2edge for Android < 15 and everything works perfectly. fun ComponentActivity....
Novikov's user avatar
  • 107
0 votes
0 answers
54 views

I'm having a hard time resolving a Resource ID Exception for a dimension in an App I'm working on. I can not reproduce it locally, but a lot of users are seeing it. Interestingly, it only seems to be ...
megatron2's user avatar
0 votes
1 answer
50 views

Unknown size limit of API: android.net.wifi.aware.DiscoverySession.sendMessage causes System.err Link to documentation: https://developer.android.com/reference/android/net/wifi/aware/DiscoverySession#...
coderpat's user avatar
8 votes
0 answers
448 views

My app uses this theme (it has no light variant): <style name="AppBase" parent="@android:style/Theme.Material.NoActionBar"> ... <item name="android:...
carlosrafaelgn's user avatar
2 votes
1 answer
625 views

Android 15 introduces Private Space, which allows users to keep certain apps separate from the main user profile. When I install an app using the adb install command, the app gets installed in both ...
Ali's user avatar
  • 400
1 vote
1 answer
296 views

my app uses a NotificationListener. Android 15 now removes sensitive information like OTP codes from the notification. My NotificationListener only sees "sensitive notification content hidden&...
Panther's user avatar
  • 455
0 votes
1 answer
611 views

WebView polling breaks on Android 15 after opening Chrome Custom Tabs I'm encountering an issue where polling in a WebView stops working on Android 15 after opening Chrome Custom Tabs. The polling ...
Nagi_gadu's user avatar
3 votes
3 answers
2k views

I used a toolbar in my Android application for years and never had a problem with it, but starting with Android 15 (API Level 35) my toolbar icons got overlayed with system Android icons on the top of ...
Oleg Gryb's user avatar
  • 5,309
1 vote
0 answers
691 views

We're using the Ananas library in our app. Following the official documentation to test the Ananas demo in an Android 15 Emulator with a 16-KB based system image, we found the app getting stuck (no ...
Fercho_27's user avatar
7 votes
4 answers
2k views

I have this code for enabling edge-to-edge in my BaseActivity.kt class override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) Log.d(Const.TAG_ACTIVITY, String....
Nazar Taraniuk's user avatar
4 votes
0 answers
236 views

I am a developer using Android Studio. After compiling the app I developed with the targetSdk and compileSdk versions set to 35 and releasing the app, the following recommendation is displayed in the ...
Young Lee's user avatar
1 vote
1 answer
4k views

I am receiving this error (error: style attribute 'android:attr/windowOptOutEdgeToEdgeEnforcement' not found.) while building my app, seems image_cropper is expecting target sdk to be 35, while I have ...
AVEbrahimi's user avatar
  • 19.6k
0 votes
2 answers
2k views

I am trying to updated to android 15. I have few BottomSheets in app. All of them are showing a strip at bottom which is not part of Bottom sheet in android 15 device. The current theme i m using for ...
Diaz diaz's user avatar
  • 284
18 votes
7 answers
8k views

I'm not defining any Toolbar in my XML files and I'm using the default ActionBar defined at theme: <style name="AppBaseTheme" parent="@style/Theme.AppCompat.DayNight.DarkActionBar&...
The Matrix's user avatar
  • 1,518
1 vote
2 answers
1k views

I have upgraded my project to Android 15. I am using scrollview with some edittexts. While I click on edittext, keyboard hides view behind in Android 15. I have enable enableEdgeToEdge() with onCreate ...
Vishal's user avatar
  • 42
0 votes
1 answer
927 views

With the new color contrast feature in android 15, I have now defined a new color palette for low, medium and high color contrast for both light and dark scheme. How can I apply this dynamically based ...
Mervin Hemaraju's user avatar
1 vote
0 answers
131 views

I have implemented OTP Autofill & its working fine in all android version below 15 but for Android 15 its not working, Any possible way to make it working on Android 15 One-tap SMS verification ...
Aditya Nandardhane's user avatar
4 votes
1 answer
916 views

I've adapted my activity to respect insets (system bars) using the common suggested approach (sharing for reference): ViewCompat.setOnApplyWindowInsetsListener(root, new OnApplyWindowInsetsListener() {...
Sergey Emeliyanov's user avatar
2 votes
1 answer
1k views

I have an app consisting only of a webview. I'm trying it to update for Android 15 with edge to edge. Below the current code from layout/webview.xml and MainActivity.kt. It worked well on Android 14. &...
Lorenz Meyer's user avatar
  • 20.1k
1 vote
2 answers
433 views

According to this documentation, if we want to enable edge-to-edge on API 34 and lower devices, we must call this method in the activity: override fun onCreate(savedInstanceState: Bundle?) { ...
danial's user avatar
  • 155
10 votes
3 answers
3k views

When I increased the target SDK of the app from 34 to 35, the windowSoftInputMode in adjustResize mode no longer worked. I have tested everything and found that it is only related to the target SDK. ...
danial's user avatar
  • 155
0 votes
1 answer
196 views

The code below works fine on Android 14-, but on Android 15, the bottom of the Tooltip is truncated: The bottom of the red border is missing, and only the top part of the letter 'g' is visible. Looks ...
aj3423's user avatar
  • 3,171
16 votes
3 answers
20k views

I have a Pixel 6 device and updated today Android version to 15. I test a simple activity for Android 15 and see that a part of top TextView is hiden. I guess this is a bug of edge-to-edge mode. How ...
Style-7's user avatar
  • 1,408
13 votes
2 answers
3k views

As apps with targetSdk 35 are edge-to-edge by default on Android 15, so I encountered a problem with navigation bar and status bar icons colors. When running my app on android 15, navigation bar ...
Mery Karapetyan's user avatar
2 votes
0 answers
953 views

About android 15 behavior changes, one of them is edge-to-edge enforcement. I have a project with targetSDK 34, I wanna upgrade it to targetSDK 35. project with targetSDK 34 run in avd is like ...
Phantom's user avatar
  • 31
1 vote
2 answers
6k views

Currently my Flutter app doesn't work on devices that support 16KB page size (I checked it on the simulator). What can I do to fix this? My current version of Flutter is 3.19.4. Error log: Failure [...
shu07's user avatar
  • 23
1 vote
1 answer
140 views

Recently, I am doing Flutter compatibility verification on Android 15(<15 is OK), when I upload image, it will sometimes report: 2024-08-13T16:14:21.838249 - [ERROR] [NET] NoNetworkError - ...
aaluyi's user avatar
  • 11
19 votes
5 answers
19k views

Android 15 suggests to use enableEdgeToEdge(), but this removes the top offset of the status bar, causing the main content to overlap with it. What is the best way to preserve the height of the status ...
aj3423's user avatar
  • 3,171
67 votes
18 answers
51k views

For Android 14 or below, it can be done with: window.statusBarColor = Color.RED, after upgrading to Android 15, this is deprecated and doesn't work. In Android Studio, it recommends to use: Draw ...
aj3423's user avatar
  • 3,171
0 votes
0 answers
1k views

As we know that, beginning with Android 15, the Android system supports development devices that are configured to use a page size of 16 KB. If any android app uses native code (C/C++ code), then ...
Akhil Jaywant's user avatar