summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2014-06-05 22:21:01 +0200
committerArne Schwabe <arne@rfc2549.org>2014-06-05 22:21:01 +0200
commit476917d00cbf44411cd8168e4a6d88e7453dd408 (patch)
treea2736f8885f7a47648364d9a5e3238435af1ecdc
parenta95521f7601fafdaa5a3d4e0a7d27d390c0a6ec9 (diff)
really disable gms
-rw-r--r--main/src/main/java/de/blinkt/openvpn/fragments/AboutFragment.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/main/src/main/java/de/blinkt/openvpn/fragments/AboutFragment.java b/main/src/main/java/de/blinkt/openvpn/fragments/AboutFragment.java
index 1047a910..d8e2f235 100644
--- a/main/src/main/java/de/blinkt/openvpn/fragments/AboutFragment.java
+++ b/main/src/main/java/de/blinkt/openvpn/fragments/AboutFragment.java
@@ -69,10 +69,11 @@ public class AboutFragment extends Fragment implements View.OnClickListener {
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
+ /*
getActivity().bindService(new
Intent("com.android.vending.billing.InAppBillingService.BIND"),
mServiceConn, Context.BIND_AUTO_CREATE);
-
+ */
}
@Override
@@ -266,7 +267,7 @@ public class AboutFragment extends Fragment implements View.OnClickListener {
/* recreating view without onCreate/onDestroy cycle */
// Disable GMS for now
- if (mService!=null && false)
+ if (mService!=null)
initGooglePlayDonation();
TextView translation = (TextView) v.findViewById(R.id.translation);