version:1.0.0
fix: update:增加推送,增加桌面属性,更改包名
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.xuexispace.ai">
|
||||
package="com.handuan.os">
|
||||
|
||||
<queries>
|
||||
<intent>
|
||||
@@ -106,10 +106,10 @@
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
||||
<!-- <category android:name="android.intent.category.HOME" />-->
|
||||
<category android:name="android.intent.category.HOME" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<category android:name="android.intent.category.MONKEY" />
|
||||
<!-- <category android:name="android.intent.category.LAUNCHER_APP" />-->
|
||||
<category android:name="android.intent.category.LAUNCHER_APP" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
Reference in New Issue
Block a user