File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 <uses-permission android : name =" android.permission.FOREGROUND_SERVICE_HEALTH" />
2525 <uses-permission android : name =" android.permission.FOREGROUND_SERVICE_LOCATION" />
2626 <uses-permission android : name =" android.permission.FOREGROUND_SERVICE_MICROPHONE" />
27- <uses-permission android : name =" android.permission.FOREGROUND_SERVICE_SPECIAL_USE" />
2827
2928 <supports-screens android : largeScreens =" true"
3029 android : xlargeScreens =" true" />
129128 <service
130129 android : name =" .RadarServiceImpl"
131130 android : exported =" false"
132- android : foregroundServiceType =" dataSync|health|location|microphone|specialUse|connectedDevice" >
133- <property android : name =" android.app.PROPERTY_SPECIAL_USE_FGS_SUBTYPE"
134- android : value =" @string/special_fgs_explanation" />
131+ android : foregroundServiceType =" dataSync|health|location|microphone|connectedDevice" >
135132 </service >
136133
137134 <service android : name =" .AuthServiceImpl" />
Original file line number Diff line number Diff line change 2828 <uses-permission android : name =" android.permission.FOREGROUND_SERVICE_HEALTH" />
2929 <uses-permission android : name =" android.permission.FOREGROUND_SERVICE_LOCATION" />
3030 <uses-permission android : name =" android.permission.FOREGROUND_SERVICE_MICROPHONE" />
31- <uses-permission android : name =" android.permission.FOREGROUND_SERVICE_SPECIAL_USE" />
3231
3332 <supports-screens android : largeScreens =" true"
3433 android : xlargeScreens =" true" />
132131 <service
133132 android : name =" .RadarServiceImpl"
134133 android : exported =" false"
135- android : foregroundServiceType =" dataSync|health|location|microphone|specialUse|connectedDevice" >
136- <property android : name =" android.app.PROPERTY_SPECIAL_USE_FGS_SUBTYPE"
137- android : value =" @string/special_fgs_explanation" />
134+ android : foregroundServiceType =" dataSync|health|location|microphone|connectedDevice" >
138135 </service >
139136
140137 <service android : name =" .AuthServiceImpl" />
You can’t perform that action at this time.
0 commit comments