1
0
Fork 0
mirror of https://github.com/ethauvin/android-about-box.git synced 2025-04-25 02:37:11 -07:00

Remove inaccurate comments

This commit is contained in:
Michael Mee 2017-02-09 16:12:44 -08:00
parent ffd2b9c899
commit 65d3394d79

View file

@ -252,7 +252,7 @@ public class AboutActivity extends MaterialAboutActivity {
}
public void openApp(AboutConfig.BuildType buildType, String packageName) {//true if Google Play, false if Amazon Store
public void openApp(AboutConfig.BuildType buildType, String packageName) {
String appURI = null;
String webURI = null;
switch (buildType) {
@ -270,7 +270,7 @@ public class AboutActivity extends MaterialAboutActivity {
open(appURI, webURI);
}
public void openPublisher(AboutConfig.BuildType buildType, String publisher, String packageName) {//true if Google Play, false if Amazon Store
public void openPublisher(AboutConfig.BuildType buildType, String publisher, String packageName) {
String appURI = null;
String webURI = null;
switch (buildType) {