-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gnss_supl20service_hisi: Initial decompiled SUPL service
- Loading branch information
0 parents
commit 184ac8a
Showing
197 changed files
with
75,783 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
build/ | ||
dist/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<manifest android:sharedUserId="android.uid.system" android:versionCode="6" android:versionName="2.13.2.3" android:compileSdkVersion="27" android:compileSdkVersionCodename="P" package="com.android.supl" platformBuildVersionCode="27" platformBuildVersionName="P" | ||
xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<application android:label="SUPL20Services" android:name="com.android.supl.SuplApplication" android:persistent="true" android:debuggable="false" android:allowBackup="false"> | ||
<service android:name="com.android.supl.loc.SUPLPlatformService" android:enabled="true" android:exported="false" /> | ||
<service android:name="com.android.supl.commprocessor.SUPLSCMService" android:enabled="true" android:exported="false" /> | ||
<receiver android:name="com.android.supl.receiver.ShutdownReceiver" android:exported="false"> | ||
<intent-filter> | ||
<action android:name="android.intent.action.ACTION_SHUTDOWN" /> | ||
<category android:name="android.intent.category.LAUNCHER" /> | ||
</intent-filter> | ||
</receiver> | ||
<receiver android:name="com.android.supl.loc.SETLocationManager$NetworkStateBroadcastReceiver" /> | ||
</application> | ||
<permission android:name="supl20servicePermission" android:protectionLevel="signatureOrSystem" /> | ||
<uses-permission android:name="android.permission.READ_PHONE_STATE" /> | ||
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" /> | ||
<uses-permission android:name="android.permission.ACCESS_COARSE_UPDATES" /> | ||
<uses-permission android:name="android.permission.INTERNET" /> | ||
<uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" /> | ||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> | ||
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" /> | ||
<uses-permission android:name="android.permission.PROCESS_OUTGOING_CALLS" /> | ||
</manifest> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
!!brut.androlib.meta.MetaInfo | ||
apkFileName: gnss_supl20service_hisi.apk | ||
compressionType: false | ||
doNotCompress: null | ||
isFrameworkApk: false | ||
packageInfo: null | ||
sdkInfo: | ||
minSdkVersion: '18' | ||
targetSdkVersion: '26' | ||
sharedLibrary: false | ||
sparseResources: false | ||
unknownFiles: {} | ||
usesFramework: | ||
ids: | ||
- 1 | ||
tag: null | ||
version: 2.7.0-dirty | ||
versionInfo: | ||
versionCode: '6' | ||
versionName: 2.13.2.3 |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Signature-Version: 1.0 | ||
Created-By: 1.0 (Android SignApk) | ||
X-Android-APK-Signed: 2 | ||
SHA-256-Digest-Manifest: p4BFkDbBd2orUx2YmlpMxfXinv9dnEWDxDhJuz2lY28= | ||
|
||
Name: AndroidManifest.xml | ||
SHA-256-Digest: +IcXuq7LvSu5uwYPx8UeuvQytoTmvmBm4uXnmpAgiHo= | ||
|
||
Name: classes.dex | ||
SHA-256-Digest: 1XmQ4zWpedJxHkV2hVyW3XDhp9Ha63m5DP51QsnYHGw= | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Manifest-Version: 1.0 | ||
Created-By: 9 (Oracle Corporation) | ||
|
||
Name: AndroidManifest.xml | ||
SHA-256-Digest: ZfbEbiKn4D3lghvknWuUOnH+fQpaiJv2BSIBONb+DiA= | ||
|
||
Name: classes.dex | ||
SHA-256-Digest: ivAWuyMasHkfhMFSszXpgssUHqZyYUgO4GjJJKteFLU= | ||
|
Oops, something went wrong.