• Stars
    star
    272
  • Rank 151,235 (Top 3 %)
  • Language
    Java
  • License
    Apache License 2.0
  • Created almost 8 years ago
  • Updated 5 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Android Chunk format reader/writer

Android Chunk format reader/writer

Build Status

This project contains classes extracted from the android-arscblamer project that deal with reading and writing the resource table and compiled XML files present in APK files.

The following modifications have been made:

  • Deleted ArscBlamer, ArscDumper, ArscModule, ResourceEntryStatsCollector, InjectedApplication, BindingAnnotations, CommonParams and ApkUtils
  • The package has been renamed to pink.madis.apk.arsc to avoid collisions
  • Fixed < and > characters in javadoc
  • Fixed reading/writing resource packages generated with older aapt versions

License

Original work Copyright 2016 Google Inc.
Modified work Copyright 2017 Madis Pink

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.