Skip to content

Commit

Permalink
check if an application is first install
Browse files Browse the repository at this point in the history
  • Loading branch information
midhunhk committed May 5, 2017
1 parent c2caa14 commit b1aab97
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# built application files
*.apk
*.ap_
*.iml

# files for the dex VM
*.dex
Expand All @@ -18,6 +19,7 @@ gradle/
local.properties
gradlew
gradlew.bat
.gitignore

# Eclipse project files
.classpath
Expand Down
2 changes: 1 addition & 1 deletion app/AeAppsLibrary.iml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<module external.linked.project.id=":AeAppsLibrary" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$/../../trip-o-meter" external.system.id="GRADLE" type="JAVA_MODULE" version="4">
<module external.linked.project.id=":AeAppsLibrary" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$/../../MessageCounter" external.system.id="GRADLE" type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="android-gradle" name="Android-Gradle">
<configuration>
Expand Down
3 changes: 3 additions & 0 deletions app/src/main/java/com/ae/apps/common/utils/CommonUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
import android.view.animation.Animation;
import android.view.animation.AnimationUtils;

/**
*
*/
public class CommonUtils {

public static final int MINIMUM_STRING_LENGTH = 26;
Expand Down

0 comments on commit b1aab97

Please sign in to comment.