Changes between Version 18 and Version 19 of DeveloperGuidelines/EdenMobile/DevelopmentEnvironment


Ignore:
Timestamp:
11/18/17 18:49:54 (7 years ago)
Author:
Fran Boon
Comment:

allowBackup="false"

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/EdenMobile/DevelopmentEnvironment

    v18 v19  
    5757Suggested .jshintrc attached (store in the folder just up from eden_mobile):
    5858* http://eden.sahanafoundation.org/attachment/wiki/DeveloperGuidelines/EdenMobile/DevelopmentEnvironment/.jshintrc
     59
     608. Some developers may have problems with settings being retained even when uninstalled due to cloud backup (https://developer.android.com/guide/topics/data/autobackup.html#EnablingAutoBackup), in which case adjust {{{platforms/Android/AndroidManifest.xml}}}:
     61{{{
     62<application android:allowBackup="false"
     63}}}