Skip to content

Commit

Permalink
优化资源
Browse files Browse the repository at this point in the history
  • Loading branch information
ichtj committed Aug 23, 2024
1 parent f111aa6 commit de3bf8b
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
<?xml version="1.0" encoding="utf-8"?><!--
- 如果无法安装 请将 android:sharedUserId="android.uid.system" 这句去掉
- 如需使用:请配合rk3288或是飞思卡尔的系统签名
- frameworks.jar文件所在路径:android\out\target\common\obj\JAVA_LIBRARIES\framework_intermediates\classes.jar
-->
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.ichtj.basetools">
Expand Down Expand Up @@ -144,13 +140,13 @@
android:screenOrientation="user"
android:theme="@style/SplashTheme">
<intent-filter>
<!-- <action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />-->
<action android:name="android.intent.action.MAIN" />
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
<!--<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
<category android:name="android.intent.category.HOME" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.DEFAULT" />-->
</intent-filter>
</activity>
<!--功能选择-->
Expand Down

0 comments on commit de3bf8b

Please sign in to comment.