Comment to 'Self extracting apk file'
  • It's easy to allow to upload .apk files in Market, just run the following query:

    UPDATE `sys_objects_storage` SET `ext_allow` = 'zip,apk' WHERE `object` = 'bx_market_files'

    then clear db cache