• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. V

    Apps Intent launch access to styling

    Have two intend launches. Google testers require I adjust their text and background for better contrast. Here is an image of the error. It is followed by the accessibility classes. I don't have control to what class the share does. How can I resolve this.
  2. V

    Apps DatePicker accessibility

    On Play Console, it asks for accessibility on parts of DatePicker. The variables they provided were date_picker_header_year & month_view. The style does not have those variables in style [<style name="DatePickerTheme" parent="ThemeOverlay.MaterialComponents.Dialog.Alert">]. Neither did I find...
  3. V

    Input Json from external file or from Dropbox

    Android Upgrades have come a long way since I've been able work my app. To upgrade a feature in my app, I'm unable to find out how to do it. For security purposes, android no longer allows reads or writes for dirs outside the app's project structure. My feature was to backup and restore json...
  4. V

    Is it possible to notify users

    Can an email notification out to users of my app to notify them they need to export their data. Soon my app will no longer use the current local storage. On the next upgrade, they can import that saved data. My package is com.kinsey.passwords. Thanks.
  5. V

    Apps Upgrade app

    It appears Sqlite is no longer allowed. To upgrade my app, need to read Sqlite to write to another more modern method. Also, unable to upgrade my app. It has too many conflicts. Layouts are handled differently, etc. Plan to write it from scratch. But, would like to have a way to convert my...