补上一些文件
This commit is contained in:
Yutousama 2019-11-20 17:48:33 +08:00
parent 73274d6b8d
commit 8bebd5ee2c
4 changed files with 3 additions and 0 deletions

View File

@ -77,6 +77,7 @@ public class LoadingActivity extends AppCompatActivity {
protected void onCreate(@Nullable Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
AppData.debug=true;
System.out.println("update");
getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN,
WindowManager.LayoutParams.FLAG_FULLSCREEN);
setContentView(R.layout.activity_loading);

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

View File

@ -0,0 +1,2 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.yutou.jianr_mg.plugs.test.app1" />