Questions tagged [android-go]

Android Go is a tailored stock Android distribution designed for low-end smartphones, first made available for Android Oreo. It is intended for devices with 2 GB of random-access memory or less.

16 questions
14
votes
1 answer

How to exclude devices with low RAM in Google Play Store?

I would like to distribute my first Android app via the Google Play Store. However, I want my app to be installed on devices with at least 512 MB of RAM since devices with low memory can crash the app. It is impossible to find the RAM of each device…
Ram Kumar
  • 828
  • 2
  • 10
  • 27
11
votes
4 answers

How to detect check or identify app is running on Android Go edition 8.1 Device programatically

I'd like to disable some features and reduce memory consumption on Android Go Devices. I'd like to have one APK for all Android devices. How do I detect that my app is running on an Android Go 8.1 Device? Is it sufficient to check for version 8.1 or…
bentzy
  • 1,244
  • 2
  • 15
  • 31
8
votes
3 answers

How to detect Android Go?

Is there any way to detect that device is running Android Go edition? Need to determine if device is capable of providing SYSTEM_ALERT_WINDOW since API 29. According the reference, Settings.canDrawOverlays(Context context) will always return false…
Orange
  • 553
  • 3
  • 20
7
votes
3 answers

Android Go app test

I want to test how my app behaves on Android Go. According to this post: https://developer.android.com/develop/quality-guidelines/building-for-billions-device-capacity.html#androidgo I understand that the following conditions need to be…
Rotem Matityahu
  • 325
  • 5
  • 16
3
votes
1 answer

Building android go from AOSP Q Beta 1 code

I am newbie to ROM development. I have a Moto e 1st gen device sitting around. I wanted to give it another life. So I was trying to build Android Go from AOSP Q Beta 1 source code. I don't know how to add a product and how to configure it to build…
VivekRajendran
  • 676
  • 1
  • 6
  • 21
2
votes
0 answers

Grant notification access via ADB

I use a nokia 2.1 and it currently runs Android 9 (Go Edition). Unfortunately I cannot grant an app notification access via the settings UI. After making much investigation, I found out that some settings have been disabled thanks to the low ram…
Alvindera97
  • 356
  • 1
  • 4
  • 15
1
vote
0 answers

Test Android application on Android Go emulator

How can I test my application on Android Go? I found out that Google does not provide any emulator for Android Go. I know that I should check the application's performance and improve it to have a better experience on Android Go, but how can I test…
AliSh
  • 10,085
  • 5
  • 44
  • 76
1
vote
1 answer

Missing overlay ("Draw over other apps") permission window on Android 10 Go devices, such as Wiko Y61

I'm developing an Android native app. To support my feature, I need to lock some of the smartphones (request from my stakeholder). I thought to use an AppLock that can be found on the Play store. But, in a model of smartphone "Wiko Y61" this type of…
znndrd
  • 79
  • 1
  • 8
1
vote
1 answer

Do Flutter apps work on Android Go with 1GB Ram?

Im considering creating a simple signature pad app in flutter and was considering getting one of the cheap <$100 tablets running Android Go with 1GB Ram like Lenovo M7 to use for that, cheaper and better value I believe than buying an actual…
West
  • 2,350
  • 5
  • 31
  • 67
1
vote
0 answers

Exclude low RAM devices in Android Manifest

I would like to exclude in Android Manifest (not in Google Play Store) devices with low RAM memory. Using: uses-feature android:name="android.hardware.ram.normal" android:required="true" excludes too many devices. The best would be to exclude all…
1
vote
2 answers

Checklist items for Android-GO

What is checklist for android GO? I want to update my android app for android GO operating System. how to check my App is compatible Android GO?
MANI
  • 187
  • 1
  • 6
0
votes
1 answer

What does an AndroidGo recommended app look like on AndroidGo Play Store?

Trying to optimize my bicycle app to be recommended on AndroidGo. Reading documentation it was mentioned theres some kind of badge displayed when an app is optimized for the Go Version of Android but I dont see one. Even on AndriodGo apps from…
NukeouT
  • 409
  • 1
  • 9
  • 20
0
votes
0 answers

Will Kivy / Buildozer apps run on Android 11 Go edition?

Just getting started on my first Python app for Android so I am shopping for a basic tablet to test on but I see the cheap ones use Android 11 'Go edition' which appears to be Android lite. I cannot find any mention of Android Go edition in Kivy or…
Bill
  • 618
  • 6
  • 15
0
votes
1 answer

How can I get Android-Go source code instead of AOSP

I'd like to make Android Go instead of using AOSP. But have no information except this site (https://www.android.com/versions/go-edition/) Please let me know any hint or contact points if any. Can I compile Android Go from my AOSP code? Do I need…
CH J
  • 35
  • 1
  • 4
0
votes
0 answers

Altbeacon with Android Go 10

I'm wondering if anybody has used Altbeacon on an Android 10 Go edition device. I have a working app that monitors and ranges iBeacons successfully on Android 10, it's been updated to have the required permissions and make it compatible with…
seed_87
  • 179
  • 1
  • 1
  • 11
1
2