Recent content by grivhuey

  1. G

    Make Any App Work With Multi-View!!! No Root Needed

    part 3 <permission android:label="@string/permlab_updateLock" android:name="android.permission.UPDATE_LOCK" android:protectionLevel="signatureOrSystem" android:description="@string/permdesc_updateLock" /> <uses-permission android:name="android.permission.CONFIRM_FULL_BACKUP" />...
  2. G

    Make Any App Work With Multi-View!!! No Root Needed

    <?xml version="1.0" encoding="utf-8"?> <manifest android:sharedUserId="android.uid.system" android:versionCode="16" android:versionName="4.1.1-I605VRALJB" android:sharedUserLabel="@string/android_system_label" package="android" coreApp="true"...
  3. G

    Make Any App Work With Multi-View!!! No Root Needed

    help, after i decompile, i couldnot find these code """"<intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.LAUNCHER" /> </intent-filter>"""" below is the code i get after i decompile.. please help..