Explorar o código

git test code 2021.11.02

DESKTOP-UNEGUH3\MadeinLab_SW_02 %!s(int64=3) %!d(string=hai) anos
pai
achega
3d89522739

+ 3 - 1
WallPadMain/src/main/java/kr/co/icontrols/wallpadmain/MainActivity.java

@@ -164,7 +164,9 @@ import static com.artncore.commons.define.BESTIN_LOCATION;
  */
 public class MainActivity extends WpadActivity {
     private final static String TAG = "MainActivity";
-    
+    //git test code
+    private int miTest = 1;
+
     private void DebugLogOutput(String s) { if(Common.DEBUG_LOG_ON) Log.d(TAG, s); }
 
     // =================================================================================================