Просмотр исходного кода

Update proguard-rules.pro

getContext() now returns Activity.
Anthony 5 месяцев назад
Родитель
Сommit
1d348a3718
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      android-project/app/proguard-rules.pro

+ 1 - 1
android-project/app/proguard-rules.pro

@@ -23,7 +23,7 @@
     void clipboardSetText(java.lang.String);
     int createCustomCursor(int[], int, int, int, int);
     void destroyCustomCursor(int);
-    android.content.Context getContext();
+    android.app.Activity getContext();
     boolean getManifestEnvironmentVariables();
     android.view.Surface getNativeSurface();
     void initTouch();