Revert "add app package name to params to update check script (info.py) which"

This reverts part of commit 3579256ef9.
This commit is contained in:
Eric House 2015-07-25 22:10:53 -07:00
parent ca71118c8d
commit 3ea8102e1e

View file

@ -138,7 +138,6 @@ public class UpdateCheckReceiver extends BroadcastReceiver {
appParams.put( k_GVERS, BuildConstants.GIT_REV );
appParams.put( k_GHASH, context.getString( R.string.git_rev ) );
appParams.put( k_INSTALLER, installer );
appParams.put( k_NAME, packageName );
if ( devOK( context ) ) {
appParams.put( k_DEVOK, true );
}