mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-08 05:24:39 +01:00
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:
parent
ca71118c8d
commit
3ea8102e1e
1 changed files with 0 additions and 1 deletions
|
@ -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 );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue