|
22 | 22 | <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" /> |
23 | 23 | <uses-permission android:name="android.permission.ACCESS_BACKGROUND_LOCATION" /> |
24 | 24 | <uses-permission android:name="android.permission.READ_PHONE_STATE" /> |
25 | | - <uses-permission android:name="android.permission.QUERY_ALL_PACKAGES"/> |
26 | 25 | <uses-permission android:name="android.permission.GET_TASKS" /> |
27 | 26 | <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" /> |
28 | 27 | <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> |
29 | 28 | <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> |
30 | 29 | <application> |
31 | | - <activity |
32 | | - android:name="cn.jpush.android.ui.PopWinActivity" |
33 | | - android:exported="true" |
34 | | - android:theme="@style/MyDialogStyle" > |
35 | | - <intent-filter> |
36 | | - <category android:name="android.intent.category.DEFAULT" /> |
37 | | - <action android:name="cn.jpush.android.ui.PopWinActivity" /> |
38 | | - <category android:name="${applicationId}" /> |
39 | | - </intent-filter> |
40 | | - </activity> |
41 | | - |
42 | | - <activity |
43 | | - android:name="cn.jpush.android.ui.PushActivity" |
44 | | - android:configChanges="orientation|keyboardHidden" |
45 | | - android:exported="true" |
46 | | - android:theme="@android:style/Theme.NoTitleBar"> |
47 | | - <intent-filter> |
48 | | - <action android:name="cn.jpush.android.ui.PushActivity" /> |
49 | 30 |
|
50 | | - <category android:name="android.intent.category.DEFAULT" /> |
51 | | - <category android:name="${applicationId}" /> |
52 | | - </intent-filter> |
53 | | - </activity> |
54 | | - |
55 | | - <activity |
56 | | - android:name="cn.jpush.android.service.JNotifyActivity" |
57 | | - android:exported="true" |
58 | | - android:taskAffinity="" |
59 | | - android:theme="@style/JPushTheme"> |
60 | | - <intent-filter> |
61 | | - <action android:name="cn.jpush.android.intent.JNotifyActivity" /> |
62 | | - <category android:name="android.intent.category.DEFAULT" /><!--Required SDK核心功能 since 4.2.2--> |
63 | | - <category android:name="${applicationId}" /> |
64 | | - </intent-filter> |
65 | | - </activity> |
66 | 31 | <receiver |
67 | 32 | android:name=".receiver.JPushModuleReceiver" |
68 | 33 | android:enabled="true" |
|
83 | 48 | </intent-filter> |
84 | 49 | </receiver> |
85 | 50 |
|
86 | | - <receiver android:name="cn.jpush.android.service.SchedulerReceiver" android:exported="false"/> |
87 | | - <!-- since 4.6.0 Required SDK核心功能 --> |
88 | | - <activity |
89 | | - android:name="cn.android.service.JTransitActivity" |
90 | | - android:exported="true" |
91 | | - android:taskAffinity="" |
92 | | - android:theme="@style/JPushTheme" > |
93 | | - <intent-filter> |
94 | | - <action android:name="cn.android.service.JTransitActivity" /> |
95 | | - <category android:name="android.intent.category.DEFAULT"/> |
96 | | - <category android:name="${applicationId}" /> |
97 | | - </intent-filter> |
98 | | - </activity> |
99 | | - <activity android:name="cn.jpush.android.service.DActivity" |
100 | | - android:enabled="true" |
101 | | - android:exported="true" |
102 | | - android:theme="@android:style/Theme.Translucent.NoTitleBar" |
103 | | - android:taskAffinity=""> |
104 | | - <intent-filter> |
105 | | - <action android:name="cn.jpush.android.intent.DActivity"/> |
106 | | - <category android:name="${applicationId}" /> |
107 | | - </intent-filter> |
108 | | - </activity> |
109 | | - <provider |
110 | | - android:name="cn.jpush.android.service.InitProvider" |
111 | | - android:authorities="${applicationId}.jiguang.InitProvider" |
112 | | - android:exported="false" |
113 | | - android:readPermission="${applicationId}.permission.JPUSH_MESSAGE" |
114 | | - android:writePermission="${applicationId}.permission.JPUSH_MESSAGE" /> |
| 51 | + |
115 | 52 | </application> |
116 | 53 |
|
117 | 54 | </manifest> |
0 commit comments