Hi there, just fixed my request tool, now you dont need waste - TopicsExpress



          

Hi there, just fixed my request tool, now you dont need waste space on your Playstore, i wrote new function for request tool and re-publish it on store. Now all other icons packs can use my app for request function. Its easier for me to improve it ( example : can detect and show only unthemed apps in users device compare to ours icon pack ) You just need add these lines of code to your request button event ( change your email and icon pack name ) : ========================================= Intent intent = new Intent(Intent.ACTION_MAIN); intent.setComponent(new ComponentName(com.tung91.iconhelper,com.tung91.iconhelper.Request)); intent.putExtra(dev_mail, YOUR_EMAIL_HERE); intent.putExtra(title, YOUR_ICONPACK_NAME_HERE); try { startActivity(intent); } catch (ActivityNotFoundException e) { Intent market = new Intent(Intent.ACTION_VIEW); market.setData(Uri.parse(market://details?id=com.tung91.iconhelper)); startActivity(market); Toast failed = Toast.makeText(getBaseContext(), Icon helper not installed yet + . Please download from the Play Store!, Toast.LENGTH_SHORT); failed.show(); } ========================================= And request app will works as other package you see on store, but users dont need change email title or dev email address. Just select apps and press send button. App not available yet on Playstore, maybe 1 or 2 hours later, if you want to test it , install this apk : https://dl.dropboxusercontent/u/54330451/Icon_Request.apk No special permission - no adware ...... Tell me if you have any problems with this request function !
Posted on: Mon, 27 Jan 2014 10:17:30 +0000

Trending Topics



Recently Viewed Topics




© 2015