Error - mayurparmar2/AlarmDemo GitHub Wiki

remove commnts

commnts.java
\/\*([\s\S]*?\*\/)

get remove commnts

remove.java
\/\/.*

get remove commnts

remove.java
\.onPostExecute\(.*?\)

replace exp

exp.java
context.getPackageName()+".provider"
^.*?(\bexmaple\b).*$
('8') => (\'8\')
text.setText(Html.fromHtml("<a href='https://google.com/privacypolicy'>Privacy Policy</a>"));
(bool) ? 1 : 0;

get others

others.java
getResources().getIdentifier(draw, "id", "your_package_name");
google : signingReport
Uri fileProvider = FileProvider.getUriForFile(getContext(), "com.codepath.fileprovider", photoFile);


        <uses-library
            android:name="org.apache.http.legacy"
            android:required="false" />


C:\Users\Mayur\AppData\Local\Microsoft\Edge\User Data\Default\Extensions
npx react-native-decompiler -i F:\save jadx\react temp\resources\assets\index.android.bundle -o F:\save jadx\react temp\resources\assets\output

  TelephonyManager telephonyManager = (TelephonyManager) getApplicationContext().getSystemService(Context.TELEPHONY_SERVICE);
        if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.S) {
            telephonyManager.registerTelephonyCallback(
                    context.getMainExecutor(), new TelephonyCallback() {

                    }
            );
        } else {
            telephonyManager.listen(new PhoneStateListener() {
                @Override
                public void onCallStateChanged(int state, String phoneNumber) {
                }
            }, PhoneStateListener.LISTEN_CALL_STATE);
        }
⚠️ **GitHub.com Fallback** ⚠️