File tree Expand file tree Collapse file tree 4 files changed +4
-6
lines changed
java/com/blankj/androidutilcode
utilcode/src/main/java/com/blankj/utilcode/util Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 54
54
android : name =" .UtilsApp"
55
55
android : allowBackup =" false"
56
56
android : icon =" @mipmap/ic_launcher"
57
- android : label =" @string/my_app_name "
57
+ android : label =" @string/app_name "
58
58
android : theme =" @style/AppTheme" >
59
59
<activity
60
60
android : name =" .MainActivity"
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ public class Config {
21
21
public static final String PKG = "com.blankj.androidutilcode" ;
22
22
public static final String TEST_PKG = "com.blankj.testinstall" ;
23
23
public static final String GITHUB = "https://github.com/Blankj/AndroidUtilCode" ;
24
- public static final String BLOG = "http ://www.jianshu. com/u/46702d5c6978 " ;
24
+ public static final String BLOG = "https ://blankj. com" ;
25
25
public static final String CACHE_PATH ;
26
26
public static final String TEST_APK_PATH ;
27
27
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<resources >
3
- <string name =" my_app_name " >Util</string >
3
+ <string name =" app_name " >Util</string >
4
4
<string name =" core_util" >Core Util</string >
5
5
<string name =" sub_util" >Sub Util</string >
6
6
Original file line number Diff line number Diff line change 22
22
23
23
import java .lang .reflect .Method ;
24
24
25
- import static android .Manifest .permission .EXPAND_STATUS_BAR ;
26
-
27
25
/**
28
26
* <pre>
29
27
* author: Blankj
@@ -517,7 +515,7 @@ public static int getActionBarHeight() {
517
515
*
518
516
* @param isVisible True to set notification bar visible, false otherwise.
519
517
*/
520
- @ RequiresPermission (EXPAND_STATUS_BAR )
518
+ @ RequiresPermission (android . Manifest . permission . EXPAND_STATUS_BAR )
521
519
public static void setNotificationBarVisibility (final boolean isVisible ) {
522
520
String methodName ;
523
521
if (isVisible ) {
You can’t perform that action at this time.
0 commit comments