mirror of
https://github.com/ethauvin/android-about-box.git
synced 2025-04-25 10:47:10 -07:00
Remove inaccurate comments
This commit is contained in:
parent
ffd2b9c899
commit
65d3394d79
1 changed files with 2 additions and 2 deletions
|
@ -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 appURI = null;
|
||||||
String webURI = null;
|
String webURI = null;
|
||||||
switch (buildType) {
|
switch (buildType) {
|
||||||
|
@ -270,7 +270,7 @@ public class AboutActivity extends MaterialAboutActivity {
|
||||||
open(appURI, webURI);
|
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 appURI = null;
|
||||||
String webURI = null;
|
String webURI = null;
|
||||||
switch (buildType) {
|
switch (buildType) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue